DictValue

パブリック最終クラスDictValue

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

ネストされたクラス

クラスDictValue.Builder
 Represents a Python dict keyed by `str`. 

定数

整数FIELDS_FIELD_NUMBER

パブリックメソッド

ブール値
containsFields (文字列キー)
map<string, .tensorflow.StructuredValue> fields = 1;
ブール値
等しい(オブジェクトオブジェクト)
静的DictValue
辞書値
最終的な静的 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;
整数
最終的な com.google.protobuf.UnknownFieldSet
整数
最終ブール値
静的DictValue.Builder
newBuilder ( DictValueプロトタイプ)
静的DictValue.Builder
DictValue.Builder
静的DictValue
parseDelimitedFrom (InputStream 入力)
静的DictValue
parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的DictValue
parseFrom (ByteBuffer データ)
静的DictValue
parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的DictValue
parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的DictValue
parseFrom (com.google.protobuf.CodedInputStream 入力)
静的DictValue
parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的DictValue
parseFrom (com.google.protobuf.ByteString データ)
静的DictValue
parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的DictValue
parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的
DictValue.Builder
空所
writeTo (com.google.protobuf.CodedOutputStream 出力)

継承されたメソッド

定数

パブリック静的最終整数FIELDS_FIELD_NUMBER

定数値: 1

パブリックメソッド

public boolean containsFields (文字列キー)

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

public booleanに等しい(オブジェクト obj)

public static DictValue getDefaultInstance ()

public DictValue getDefaultInstanceForType ()

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

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;

公共getParserForType ()

public int getSerializedSize ()

public Final com.google.protobuf.UnknownFieldSet getUnknownFields ()

public int hashCode ()

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

public static DictValue.Builder newBuilder ( DictValueプロトタイプ)

public static DictValue.Builder newBuilder ()

public DictValue.Builder newBuilderForType ()

public static DictValue parseDelimitedFrom (InputStream 入力)

投げる
IO例外

public static DictValue parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public static DictValue parseFrom (ByteBuffer データ)

投げる
無効なプロトコルバッファ例外

public static DictValue parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public static DictValue parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
無効なプロトコルバッファ例外

public static DictValue parseFrom (com.google.protobuf.CodedInputStream 入力)

投げる
IO例外

public static DictValue parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
無効なプロトコルバッファ例外

public static DictValue parseFrom (com.google.protobuf.ByteString データ)

投げる
無効なプロトコルバッファ例外

public static DictValue parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public static DictValue parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
無効なプロトコルバッファ例外

パブリック静的パーサー()

public DictValue.Builder toBuilder ()

public void writeTo (com.google.protobuf.CodedOutputStream 出力)

投げる
IO例外