DictValueOrBuilder

interface pública DictValueOrBuilder
Subclasses indiretas conhecidas

Métodos Públicos

booleano abstrato
containsFields (chave String)
map<string, .tensorflow.StructuredValue> fields = 1;
Mapa abstrato <String, StructuredValue >
getFields ()
Em vez disso, use getFieldsMap() .
int abstrato
getFieldsCount ()
map<string, .tensorflow.StructuredValue> fields = 1;
Mapa abstrato <String, StructuredValue >
getFieldsMap ()
map<string, .tensorflow.StructuredValue> fields = 1;
Abstract StructuredValue
getFieldsOrDefault (String key, StructuredValue defaultValue)
map<string, .tensorflow.StructuredValue> fields = 1;
Abstract StructuredValue
getFieldsOrThrow (String key)
map<string, .tensorflow.StructuredValue> fields = 1;

Métodos Públicos

public abstract boolean containsFields (String key)

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

public abstract Map <String, StructuredValue > getFields ()

Em vez disso, use 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 (String key, StructuredValue defaultValue)

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

public abstract StructuredValue getFieldsOrThrow (String key)

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