ValuesDefOrBuilder
Stay organized with collections
Save and categorize content based on your preferences.
Known Indirect Subclasses
ValuesDef |
Protocol buffer representing the values in ControlFlowContext. |
ValuesDef.Builder |
Protocol buffer representing the values in ControlFlowContext. |
|
Public Methods
abstract
boolean
|
|
abstract
Map<String, String>
|
|
abstract
int
|
|
abstract
Map<String, String>
|
|
abstract
String
|
|
abstract
String
|
|
abstract
String
|
getValues(int index)
Value names that have been seen in this context.
|
abstract
com.google.protobuf.ByteString
|
getValuesBytes(int index)
Value names that have been seen in this context.
|
abstract
int
|
|
abstract
List<String>
|
|
Public Methods
public
abstract
boolean
containsExternalValues
(String key)
Value names referenced by but external to this context.
map<string, string> external_values = 2;
public
abstract
Map<String, String>
getExternalValues
()
public
abstract
int
getExternalValuesCount
()
Value names referenced by but external to this context.
map<string, string> external_values = 2;
public
abstract
Map<String, String>
getExternalValuesMap
()
Value names referenced by but external to this context.
map<string, string> external_values = 2;
public
abstract
String
getExternalValuesOrDefault
(String key, String defaultValue)
Value names referenced by but external to this context.
map<string, string> external_values = 2;
public
abstract
String
getExternalValuesOrThrow
(String key)
Value names referenced by but external to this context.
map<string, string> external_values = 2;
public
abstract
String
getValues
(int index)
Value names that have been seen in this context.
repeated string values = 1;
public
abstract
com.google.protobuf.ByteString
getValuesBytes
(int index)
Value names that have been seen in this context.
repeated string values = 1;
public
abstract
int
getValuesCount
()
Value names that have been seen in this context.
repeated string values = 1;
public
abstract
List<String>
getValuesList
()
Value names that have been seen in this context.
repeated string values = 1;
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2021-11-29 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2021-11-29 UTC."],[],[],null,["# ValuesDefOrBuilder\n\npublic interface **ValuesDefOrBuilder** \n\n|---|---|---|\n| Known Indirect Subclasses [ValuesDef](/jvm/api_docs/java/org/tensorflow/proto/framework/ValuesDef), [ValuesDef.Builder](/jvm/api_docs/java/org/tensorflow/proto/framework/ValuesDef.Builder) |------------------------------------------------------------------------------------------|-------------------------------------------------------------------------| | [ValuesDef](/jvm/api_docs/java/org/tensorflow/proto/framework/ValuesDef) | ``` Protocol buffer representing the values in ControlFlowContext. ``` | | [ValuesDef.Builder](/jvm/api_docs/java/org/tensorflow/proto/framework/ValuesDef.Builder) | ``` Protocol buffer representing the values in ControlFlowContext. ``` | |||\n\n### Public Methods\n\n|-----------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| abstract boolean | [containsExternalValues](/jvm/api_docs/java/org/tensorflow/proto/framework/ValuesDefOrBuilder#containsExternalValues(java.lang.String))(String key) ``` Value names referenced by but external to this context. ``` |\n| abstract Map\\\u003cString, String\\\u003e | [getExternalValues](/jvm/api_docs/java/org/tensorflow/proto/framework/ValuesDefOrBuilder#getExternalValues())() Use [getExternalValuesMap()](/jvm/api_docs/java/org/tensorflow/proto/framework/ValuesDefOrBuilder#getExternalValuesMap()) instead. |\n| abstract int | [getExternalValuesCount](/jvm/api_docs/java/org/tensorflow/proto/framework/ValuesDefOrBuilder#getExternalValuesCount())() ``` Value names referenced by but external to this context. ``` |\n| abstract Map\\\u003cString, String\\\u003e | [getExternalValuesMap](/jvm/api_docs/java/org/tensorflow/proto/framework/ValuesDefOrBuilder#getExternalValuesMap())() ``` Value names referenced by but external to this context. ``` |\n| abstract String | [getExternalValuesOrDefault](/jvm/api_docs/java/org/tensorflow/proto/framework/ValuesDefOrBuilder#getExternalValuesOrDefault(java.lang.String, java.lang.String))(String key, String defaultValue) ``` Value names referenced by but external to this context. ``` |\n| abstract String | [getExternalValuesOrThrow](/jvm/api_docs/java/org/tensorflow/proto/framework/ValuesDefOrBuilder#getExternalValuesOrThrow(java.lang.String))(String key) ``` Value names referenced by but external to this context. ``` |\n| abstract String | [getValues](/jvm/api_docs/java/org/tensorflow/proto/framework/ValuesDefOrBuilder#getValues(int))(int index) ``` Value names that have been seen in this context. ``` |\n| abstract com.google.protobuf.ByteString | [getValuesBytes](/jvm/api_docs/java/org/tensorflow/proto/framework/ValuesDefOrBuilder#getValuesBytes(int))(int index) ``` Value names that have been seen in this context. ``` |\n| abstract int | [getValuesCount](/jvm/api_docs/java/org/tensorflow/proto/framework/ValuesDefOrBuilder#getValuesCount())() ``` Value names that have been seen in this context. ``` |\n| abstract List\\\u003cString\\\u003e | [getValuesList](/jvm/api_docs/java/org/tensorflow/proto/framework/ValuesDefOrBuilder#getValuesList())() ``` Value names that have been seen in this context. ``` |\n\nPublic Methods\n--------------\n\n#### public abstract boolean\n**containsExternalValues**\n(String key)\n\n\u003cbr /\u003e\n\n```\n Value names referenced by but external to this context.\n \n```\n`map\u003cstring, string\u003e external_values = 2;`\n\n\u003cbr /\u003e\n\n#### public abstract Map\\\u003cString, String\\\u003e\n**getExternalValues**\n()\n\nUse [getExternalValuesMap()](/jvm/api_docs/java/org/tensorflow/proto/framework/ValuesDefOrBuilder#getExternalValuesMap()) instead. \n\n#### public abstract int\n**getExternalValuesCount**\n()\n\n\u003cbr /\u003e\n\n```\n Value names referenced by but external to this context.\n \n```\n`map\u003cstring, string\u003e external_values = 2;`\n\n\u003cbr /\u003e\n\n#### public abstract Map\\\u003cString, String\\\u003e\n**getExternalValuesMap**\n()\n\n\u003cbr /\u003e\n\n```\n Value names referenced by but external to this context.\n \n```\n`map\u003cstring, string\u003e external_values = 2;`\n\n\u003cbr /\u003e\n\n#### public abstract String\n**getExternalValuesOrDefault**\n(String key, String defaultValue)\n\n\u003cbr /\u003e\n\n```\n Value names referenced by but external to this context.\n \n```\n`map\u003cstring, string\u003e external_values = 2;`\n\n\u003cbr /\u003e\n\n#### public abstract String\n**getExternalValuesOrThrow**\n(String key)\n\n\u003cbr /\u003e\n\n```\n Value names referenced by but external to this context.\n \n```\n`map\u003cstring, string\u003e external_values = 2;`\n\n\u003cbr /\u003e\n\n#### public abstract String\n**getValues**\n(int index)\n\n\u003cbr /\u003e\n\n```\n Value names that have been seen in this context.\n \n```\n`repeated string values = 1;`\n\n\u003cbr /\u003e\n\n#### public abstract com.google.protobuf.ByteString\n**getValuesBytes**\n(int index)\n\n\u003cbr /\u003e\n\n```\n Value names that have been seen in this context.\n \n```\n`repeated string values = 1;`\n\n\u003cbr /\u003e\n\n#### public abstract int\n**getValuesCount**\n()\n\n\u003cbr /\u003e\n\n```\n Value names that have been seen in this context.\n \n```\n`repeated string values = 1;`\n\n\u003cbr /\u003e\n\n#### public abstract List\\\u003cString\\\u003e\n**getValuesList**\n()\n\n\u003cbr /\u003e\n\n```\n Value names that have been seen in this context.\n \n```\n`repeated string values = 1;`\n\n\u003cbr /\u003e"]]