パブリック最終クラスのPairValue
Represents a (key, value) pair.
tensorflow.PairValue
ネストされたクラス
クラス | ペア値.ビルダー | Represents a (key, value) pair. |
定数
整数 | KEY_FIELD_NUMBER | |
整数 | VALUE_FIELD_NUMBER |
パブリックメソッド
ブール値 | 等しい(オブジェクトオブジェクト) |
静的ペア値 | |
ペア値 | |
最終的な静的 com.google.protobuf.Descriptors.Descriptor | |
弦 | getKey () string key = 1; |
com.google.protobuf.ByteString | getKeyBytes () string key = 1; |
整数 | |
最終的な com.google.protobuf.UnknownFieldSet | |
構造化された価値 | getValue () .tensorflow.StructuredValue value = 2; |
構造化された値またはビルダー | getValueOrBuilder () .tensorflow.StructuredValue value = 2; |
ブール値 | hasValue () .tensorflow.StructuredValue value = 2; |
整数 | ハッシュコード() |
最終ブール値 | |
静的PairValue.Builder | newBuilder ( PairValueプロトタイプ) |
静的PairValue.Builder | newBuilder () |
ペア値.ビルダー | |
静的ペア値 | parseDelimitedFrom (InputStream 入力) |
静的ペア値 | parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
静的ペア値 | parseFrom (ByteBuffer データ) |
静的ペア値 | parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
静的ペア値 | parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
静的ペア値 | parseFrom (com.google.protobuf.CodedInputStream 入力) |
静的ペア値 | parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
静的ペア値 | parseFrom (com.google.protobuf.ByteString データ) |
静的ペア値 | parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
静的ペア値 | parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
静的 | パーサー() |
ペア値.ビルダー | toビルダー() |
空所 | writeTo (com.google.protobuf.CodedOutputStream 出力) |
継承されたメソッド
定数
パブリック静的最終整数KEY_FIELD_NUMBER
定数値: 1
パブリック静的最終整数VALUE_FIELD_NUMBER
定数値: 2
パブリックメソッド
public booleanに等しい(オブジェクト obj)
public static Final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
パブリック String getKey ()
string key = 1;
public com.google.protobuf.ByteString getKeyBytes ()
string key = 1;
公共 getParserForType ()
public int getSerializedSize ()
public Final com.google.protobuf.UnknownFieldSet getUnknownFields ()
public boolean hasValue ()
.tensorflow.StructuredValue value = 2;
public int hashCode ()
パブリック最終ブール値isInitialized ()
public static PairValue parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
IO例外 |
---|
public static PairValue parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
IO例外 |
---|
public static PairValue parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
無効なプロトコルバッファ例外 |
---|
public static PairValue parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
無効なプロトコルバッファ例外 |
---|
public static PairValue parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
IO例外 |
---|
public static PairValue parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
無効なプロトコルバッファ例外 |
---|
パブリック静的 パーサー()
public void writeTo (com.google.protobuf.CodedOutputStream 出力)
投げる
IO例外 |
---|