PairValue

classe final pública PairValue

 Represents a (key, value) pair.
 
tensorflow.PairValue type tensorflow.PairValue

Classes aninhadas

aula PairValue.Builder
 Represents a (key, value) pair. 

Constantes

int KEY_FIELD_NUMBER
int VALUE_FIELD_NUMBER

Métodos Públicos

boleano
igual a (objeto obj)
PairValue estático
PairValue
final static com.google.protobuf.Descriptors.Descriptor
Fragmento
getKey ()
string key = 1;
com.google.protobuf.ByteString
getKeyBytes ()
string key = 1;
int
final com.google.protobuf.UnknownFieldSet
StructuredValue
getValue ()
.tensorflow.StructuredValue value = 2;
StructuredValueOrBuilder
getValueOrBuilder ()
.tensorflow.StructuredValue value = 2;
boleano
hasValue ()
.tensorflow.StructuredValue value = 2;
int
final booleano
static PairValue.Builder
newBuilder (protótipo PairValue )
static PairValue.Builder
PairValue.Builder
PairValue estático
parseDelimitedFrom (input InputStream)
PairValue estático
parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
PairValue estático
parseFrom (dados ByteBuffer)
PairValue estático
parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
PairValue estático
parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
PairValue estático
parseFrom (com.google.protobuf.CodedInputStream input)
PairValue estático
parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
PairValue estático
parseFrom (com.google.protobuf.ByteString data)
PairValue estático
parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
PairValue estático
parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
PairValue.Builder
vazio
writeTo (saída com.google.protobuf.CodedOutputStream)

Métodos herdados

Constantes

public static final int KEY_FIELD_NUMBER

Valor Constante: 1

público estático final int VALUE_FIELD_NUMBER

Valor constante: 2

Métodos Públicos

public boolean equals (Object obj)

public static PairValue getDefaultInstance ()

public PairValue getDefaultInstanceForType ()

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

public String getKey ()

string key = 1;

public com.google.protobuf.ByteString getKeyBytes ()

string key = 1;

público getParserForType ()

public int getSerializedSize ()

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

public StructuredValue getValue ()

.tensorflow.StructuredValue value = 2;

public StructuredValueOrBuilder getValueOrBuilder ()

.tensorflow.StructuredValue value = 2;

public boolean hasValue ()

.tensorflow.StructuredValue value = 2;

public int hashCode ()

public final boolean isInitialized ()

public static PairValue.Builder newBuilder (protótipo PairValue )

public static PairValue.Builder newBuilder ()

public PairValue.Builder newBuilderForType ()

public static PairValue parseDelimitedFrom (InputStream input)

Lança
IOException

public static PairValue parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

public static PairValue parseFrom (dados ByteBuffer)

Lança
InvalidProtocolBufferException

public static PairValue parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

public static PairValue parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

public static PairValue parseFrom (com.google.protobuf.CodedInputStream input)

Lança
IOException

public static PairValue parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

public static PairValue parseFrom (com.google.protobuf.ByteString data)

Lança
InvalidProtocolBufferException

public static PairValue parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

public static PairValue parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

estática pública analisador ()

public PairValue.Builder toBuilder ()

public void writeTo (saída com.google.protobuf.CodedOutputStream)

Lança
IOException