DictValue.Builder

パブリック静的最終クラスDictValue.Builder

 Represents a Python dict keyed by `str`.
 The comment on Unicode from Value.string_value applies analogously.
 
Protobuf 型tensorflow.DictValue

パブリックメソッド

DictValue.Builder
addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値)
辞書値
建てる()
辞書値
DictValue.Builder
クリア()
DictValue.Builder
clearField (com.google.protobuf.Descriptors.FieldDescriptor フィールド)
DictValue.Builder
DictValue.Builder
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
DictValue.Builder
ブール値
containsFields (文字列キー)
map<string, .tensorflow.StructuredValue> fields = 1;
辞書値
最終的な静的 com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
Map<String, StructuredValue >
getフィールド()
代わりにgetFieldsMap()を使用してください。
整数
getFieldsCount ()
map<string, .tensorflow.StructuredValue> fields = 1;
Map<String, StructuredValue >
getFieldsMap ()
map<string, .tensorflow.StructuredValue> fields = 1;
構造化された価値
getFieldsOrDefault (文字列キー、 StructuredValueデフォルト値)
map<string, .tensorflow.StructuredValue> fields = 1;
構造化された価値
getFieldsOrThrow (文字列キー)
map<string, .tensorflow.StructuredValue> fields = 1;
Map<String, StructuredValue >
getMutableFields ()
代わりに代替の突然変異アクセサーを使用してください。
最終ブール値
DictValue.Builder
mergeFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
DictValue.Builder
mergeFrom (com.google.protobuf.Message other)
最終的なDictValue.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldSet 不明フィールド)
DictValue.Builder
putAllFields (Map<String, StructuredValue > 値)
map<string, .tensorflow.StructuredValue> fields = 1;
DictValue.Builder
putFields (文字列キー、 StructuredValue値)
map<string, .tensorflow.StructuredValue> fields = 1;
DictValue.Builder
RemoveFields (文字列キー)
map<string, .tensorflow.StructuredValue> fields = 1;
DictValue.Builder
setField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値)
DictValue.Builder
setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、int インデックス、オブジェクト値)
最終的なDictValue.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)

継承されたメソッド

パブリックメソッド

public DictValue.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値)

public DictValue build ()

public DictValue buildPartial ()

public DictValue.Builder clear ()

public DictValue.Builder clearField (com.google.protobuf.Descriptors.FieldDescriptor フィールド)

public DictValue.Builder ClearFields ()

public DictValue.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

public DictValue.Builderクローン()

public boolean containsFields (文字列キー)

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

public DictValue getDefaultInstanceForType ()

public static Final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

public Map<String, StructuredValue > getFields ()

代わりにgetFieldsMap()を使用してください。

public int getFieldsCount ()

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

public Map<String, StructuredValue > getFieldsMap ()

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

public StructuredValue getFieldsOrDefault (文字列キー、 StructuredValue defaultValue)

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

public StructuredValue getFieldsOrThrow (文字列キー)

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

public Map<String, StructuredValue > getMutableFields ()

代わりに代替の突然変異アクセサーを使用してください。

パブリック最終ブール値isInitialized ()

public DictValue.Builder mergeFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public DictValue.Builder mergeFrom (com.google.protobuf.Message other)

public Final DictValue.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet knownFields)

public DictValue.Builder putAllFields (Map<String, StructuredValue > 値)

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

public DictValue.Builder putFields (文字列キー、 StructuredValue値)

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

public DictValue.Builder RemoveFields (文字列キー)

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

public DictValue.Builder setField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値)

public DictValue.Builder setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、int インデックス、オブジェクト値)

public Final DictValue.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet knownFields)