DictValueOrBuilder

public interface DictValueOrBuilder
Known Indirect Subclasses

Public Methods

abstract boolean
containsFields(String key)
map<string, .tensorflow.StructuredValue> fields = 1;
abstract Map<String, StructuredValue>
getFields()
Use getFieldsMap() instead.
abstract int
getFieldsCount()
map<string, .tensorflow.StructuredValue> fields = 1;
abstract Map<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;

Public Methods

public abstract boolean containsFields (String key)

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

public abstract Map<String, StructuredValue> getFields ()

Use getFieldsMap() instead.

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;