DictValueOrBuilder

パブリック インターフェイスDictValueOrBuilder
既知の間接サブクラス

パブリックメソッド

抽象ブール値
containsFields (文字列キー)
map<string, .tensorflow.StructuredValue> fields = 1;
抽象 Map<String, StructuredValue >
getフィールド()
代わりにgetFieldsMap()を使用してください。
抽象整数
getFieldsCount ()
map<string, .tensorflow.StructuredValue> fields = 1;
抽象 Map<String, StructuredValue >
getFieldsMap ()
map<string, .tensorflow.StructuredValue> fields = 1;
抽象的な構造化された値
getFieldsOrDefault (文字列キー、 StructuredValueデフォルト値)
map<string, .tensorflow.StructuredValue> fields = 1;
抽象的な構造化された値
getFieldsOrThrow (文字列キー)
map<string, .tensorflow.StructuredValue> fields = 1;

パブリックメソッド

public abstract boolean containsFields (文字列キー)

map<string, .tensorflow.StructuredValue> fields = 1;

public abstract Map<String, StructuredValue > getFields ()

代わりにgetFieldsMap()を使用してください。

public abstract int getFieldsCount ()

map<string, .tensorflow.StructuredValue> fields = 1;

public abstract Map<String, StructuredValue > getFieldsMap ()

map<string, .tensorflow.StructuredValue> fields = 1;

public abstract StructuredValue getFieldsOrDefault (文字列キー、 StructuredValue defaultValue)

map<string, .tensorflow.StructuredValue> fields = 1;

public abstract StructuredValue getFieldsOrThrow (文字列キー)

map<string, .tensorflow.StructuredValue> fields = 1;