Uses of Class
org.tensorflow.proto.Struct.DictValue.Builder
Packages that use Struct.DictValue.Builder
-
Uses of Struct.DictValue.Builder in org.tensorflow.proto
Subclasses with type arguments of type Struct.DictValue.Builder in org.tensorflow.protoModifier and TypeClassDescriptionstatic final classRepresents a Python dict keyed by `str`.Methods in org.tensorflow.proto that return Struct.DictValue.BuilderModifier and TypeMethodDescriptionStruct.DictValue.Builder.clear()Struct.DictValue.Builder.clearFields()Struct.StructuredValue.Builder.getDictValueBuilder()Represents a dict `Value`.Struct.DictValue.Builder.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) Struct.DictValue.Builder.mergeFrom(Struct.DictValue other) static Struct.DictValue.BuilderStruct.DictValue.newBuilder()static Struct.DictValue.BuilderStruct.DictValue.newBuilder(Struct.DictValue prototype) Struct.DictValue.newBuilderForType()protected Struct.DictValue.BuilderStruct.DictValue.newBuilderForType(AbstractMessage.BuilderParent parent) Struct.DictValue.Builder.putAllFields(Map<String, Struct.StructuredValue> values) map<string, .tensorflow.StructuredValue> fields = 1;Struct.DictValue.Builder.putFields(String key, Struct.StructuredValue value) map<string, .tensorflow.StructuredValue> fields = 1;Struct.DictValue.Builder.removeFields(String key) map<string, .tensorflow.StructuredValue> fields = 1;Struct.DictValue.toBuilder()Methods in org.tensorflow.proto with parameters of type Struct.DictValue.BuilderModifier and TypeMethodDescriptionStruct.StructuredValue.Builder.setDictValue(Struct.DictValue.Builder builderForValue) Represents a dict `Value`.