Package tensorflow
Interface Struct.DictValueOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Struct.DictValue,Struct.DictValue.Builder
- Enclosing class:
- Struct
public static interface Struct.DictValueOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description booleancontainsFields(java.lang.String key)map<string, .tensorflow.StructuredValue> fields = 1;java.util.Map<java.lang.String,Struct.StructuredValue>getFields()Deprecated.intgetFieldsCount()map<string, .tensorflow.StructuredValue> fields = 1;java.util.Map<java.lang.String,Struct.StructuredValue>getFieldsMap()map<string, .tensorflow.StructuredValue> fields = 1;Struct.StructuredValuegetFieldsOrDefault(java.lang.String key, Struct.StructuredValue defaultValue)map<string, .tensorflow.StructuredValue> fields = 1;Struct.StructuredValuegetFieldsOrThrow(java.lang.String key)map<string, .tensorflow.StructuredValue> fields = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getFieldsCount
int getFieldsCount()
map<string, .tensorflow.StructuredValue> fields = 1;
-
containsFields
boolean containsFields(java.lang.String key)
map<string, .tensorflow.StructuredValue> fields = 1;
-
getFields
@Deprecated java.util.Map<java.lang.String,Struct.StructuredValue> getFields()
Deprecated.UsegetFieldsMap()instead.
-
getFieldsMap
java.util.Map<java.lang.String,Struct.StructuredValue> getFieldsMap()
map<string, .tensorflow.StructuredValue> fields = 1;
-
getFieldsOrDefault
Struct.StructuredValue getFieldsOrDefault(java.lang.String key, Struct.StructuredValue defaultValue)
map<string, .tensorflow.StructuredValue> fields = 1;
-
getFieldsOrThrow
Struct.StructuredValue getFieldsOrThrow(java.lang.String key)
map<string, .tensorflow.StructuredValue> fields = 1;
-
-