パブリック静的最終クラスValuesDef.Builder
Protocol buffer representing the values in ControlFlowContext.
tensorflow.ValuesDef
パブリックメソッド
値定義ビルダー | addAllValues (Iterable<String> 値) Value names that have been seen in this context. |
値定義ビルダー | addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値) |
値定義ビルダー | addValues (文字列値) Value names that have been seen in this context. |
値定義ビルダー | addValuesBytes (com.google.protobuf.ByteString 値) Value names that have been seen in this context. |
値の定義 | 建てる() |
値の定義 | buildPartial () |
値定義ビルダー | クリア() |
値定義ビルダー | クリア外部値() |
値定義ビルダー | clearField (com.google.protobuf.Descriptors.FieldDescriptor フィールド) |
値定義ビルダー | clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof) |
値定義ビルダー | クリア値() Value names that have been seen in this context. |
値定義ビルダー | クローン() |
ブール値 | containsExternalValues (文字列キー) Value names referenced by but external to this context. |
値の定義 | |
最終的な静的 com.google.protobuf.Descriptors.Descriptor | |
com.google.protobuf.Descriptors.Descriptor | |
マップ<文字列, 文字列> | get外部値() 代わりに getExternalValuesMap() を使用してください。 |
整数 | get外部値カウント() Value names referenced by but external to this context. |
マップ<文字列, 文字列> | get外部値マップ() Value names referenced by but external to this context. |
弦 | getExternalValuesOrDefault (文字列キー、文字列defaultValue) Value names referenced by but external to this context. |
弦 | getExternalValuesOrThrow (文字列キー) Value names referenced by but external to this context. |
マップ<文字列, 文字列> | getMutableExternalValues () 代わりに代替の突然変異アクセサーを使用してください。 |
弦 | getValues (int インデックス) Value names that have been seen in this context. |
com.google.protobuf.ByteString | getValuesBytes (int インデックス) Value names that have been seen in this context. |
整数 | getValuesCount () Value names that have been seen in this context. |
com.google.protobuf.ProtocolStringList | getValuesList () Value names that have been seen in this context. |
最終ブール値 | |
値定義ビルダー | mergeFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
値定義ビルダー | mergeFrom (com.google.protobuf.Message other) |
最終的なValuesDef.Builder | mergeUnknownFields (com.google.protobuf.UnknownFieldSet 不明フィールド) |
値定義ビルダー | putAllExternalValues (Map<String, String> 値) Value names referenced by but external to this context. |
値定義ビルダー | putExternalValues (文字列キー、文字列値) Value names referenced by but external to this context. |
値定義ビルダー | RemoveExternalValues (文字列キー) Value names referenced by but external to this context. |
値定義ビルダー | setField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値) |
値定義ビルダー | setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、int インデックス、オブジェクト値) |
最終的なValuesDef.Builder | setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields) |
値定義ビルダー | setValues (int インデックス、文字列値) Value names that have been seen in this context. |
継承されたメソッド
パブリックメソッド
public ValuesDef.Builder addAllValues (Iterable<String> 値)
Value names that have been seen in this context.
repeated string values = 1;
public ValuesDef.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値)
public ValuesDef.Builder addValues (文字列値)
Value names that have been seen in this context.
repeated string values = 1;
public ValuesDef.Builder addValuesBytes (com.google.protobuf.ByteString 値)
Value names that have been seen in this context.
repeated string values = 1;
public ValuesDef.Builder ClearValues ()
Value names that have been seen in this context.
repeated string values = 1;
public boolean containsExternalValues (文字列キー)
Value names referenced by but external to this context.
map<string, string> external_values = 2;
public static Final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
public int getExternalValuesCount ()
Value names referenced by but external to this context.
map<string, string> external_values = 2;
public Map<String, String> getExternalValuesMap ()
Value names referenced by but external to this context.
map<string, string> external_values = 2;
public String getExternalValuesOrDefault (文字列キー、文字列defaultValue)
Value names referenced by but external to this context.
map<string, string> external_values = 2;
public String getExternalValuesOrThrow (文字列キー)
Value names referenced by but external to this context.
map<string, string> external_values = 2;
public Map<String, String> getMutableExternalValues ()
代わりに代替の突然変異アクセサーを使用してください。
public String getValues (int インデックス)
Value names that have been seen in this context.
repeated string values = 1;
public com.google.protobuf.ByteString getValuesBytes (int インデックス)
Value names that have been seen in this context.
repeated string values = 1;
public int getValuesCount ()
Value names that have been seen in this context.
repeated string values = 1;
public com.google.protobuf.ProtocolStringList getValuesList ()
Value names that have been seen in this context.
repeated string values = 1;
パブリック最終ブール値isInitialized ()
public ValuesDef.Builder mergeFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
IO例外 |
---|
public ValuesDef.Builder putAllExternalValues (Map<String, String> 値)
Value names referenced by but external to this context.
map<string, string> external_values = 2;
public ValuesDef.Builder putExternalValues (文字列キー、文字列値)
Value names referenced by but external to this context.
map<string, string> external_values = 2;
public ValuesDef.Builder RemoveExternalValues (文字列キー)
Value names referenced by but external to this context.
map<string, string> external_values = 2;
public ValuesDef.Builder setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、int インデックス、オブジェクト値)
public ValuesDef.Builder setValues (int インデックス、文字列値)
Value names that have been seen in this context.
repeated string values = 1;