パブリック最終クラスDictValue
Represents a Python dict keyed by `str`. The comment on Unicode from Value.string_value applies analogously.
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 | newBuilder () |
| 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 | toビルダー() |
| 空所 | writeTo (com.google.protobuf.CodedOutputStream 出力) |
継承されたメソッド
定数
パブリック静的最終整数FIELDS_FIELD_NUMBER
定数値: 1
パブリックメソッド
public boolean containsFields (文字列キー)
map<string, .tensorflow.StructuredValue> fields = 1;
public booleanに等しい(オブジェクト obj)
public static Final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
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 parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| IO例外 |
|---|
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 (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| 無効なプロトコルバッファ例外 |
|---|
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 void writeTo (com.google.protobuf.CodedOutputStream 出力)
投げる
| IO例外 |
|---|