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
Modifier and TypeMethodDescriptionbooleancontainsFields(String key) map<string, .tensorflow.StructuredValue> fields = 1;Deprecated.intmap<string, .tensorflow.StructuredValue> fields = 1;map<string, .tensorflow.StructuredValue> fields = 1;getFieldsOrDefault(String key, Struct.StructuredValue defaultValue) map<string, .tensorflow.StructuredValue> fields = 1;getFieldsOrThrow(String key) map<string, .tensorflow.StructuredValue> fields = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getFieldsCount
int getFieldsCount()map<string, .tensorflow.StructuredValue> fields = 1; -
containsFields
map<string, .tensorflow.StructuredValue> fields = 1; -
getFields
Deprecated.UsegetFieldsMap()instead. -
getFieldsMap
Map<String,Struct.StructuredValue> getFieldsMap()map<string, .tensorflow.StructuredValue> fields = 1; -
getFieldsOrDefault
map<string, .tensorflow.StructuredValue> fields = 1; -
getFieldsOrThrow
map<string, .tensorflow.StructuredValue> fields = 1;
-