PairValue

classe final pública PairValue

 Represents a (key, value) pair.
 
Protobuf tipo tensorflow.PairValue

Classes aninhadas

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

Constantes

interno KEY_FIELD_NUMBER
interno VALUE_FIELD_NUMBER

Métodos Públicos

boleano
é igual (objeto obj)
PairValue estático
ParValor
final estático com.google.protobuf.Descriptors.Descriptor
Corda
getKey ()
string key = 1;
com.google.protobuf.ByteString
getKeyBytes ()
string key = 1;
interno
final com.google.protobuf.UnknownFieldSet
Valor Estruturado
Obter valor ()
.tensorflow.StructuredValue value = 2;
StructuredValueOrBuilder
getValueOrBuilder ()
.tensorflow.StructuredValue value = 2;
boleano
temValor ()
.tensorflow.StructuredValue value = 2;
interno
booleano final
PairValue.Builder estático
newBuilder (protótipo PairValue )
PairValue.Builder estático
PairValue.Builder
PairValue estático
parseDelimitedFrom (entrada InputStream)
PairValue estático
parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
PairValue estático
parseFrom (dados de ByteBuffer)
PairValue estático
parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
PairValue estático
parseFrom (dados de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
PairValue estático
parseFrom (entrada com.google.protobuf.CodedInputStream)
PairValue estático
parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
PairValue estático
parseFrom (dados com.google.protobuf.ByteString)
PairValue estático
parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
PairValue estático
parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
PairValue.Builder
vazio
writeTo (saída com.google.protobuf.CodedOutputStream)

Métodos herdados

Constantes

público estático final int KEY_FIELD_NUMBER

Valor Constante: 1

int final estático público VALUE_FIELD_NUMBER

Valor Constante: 2

Métodos Públicos

booleano público é igual (Object obj)

public static PairValue getDefaultInstance ()

public PairValue getDefaultInstanceForType ()

final estático público com.google.protobuf.Descriptors.Descriptor getDescriptor ()

String pública getKey ()

string key = 1;

público com.google.protobuf.ByteString getKeyBytes ()

string key = 1;

público getParserForType ()

público int getSerializedSize ()

final público com.google.protobuf.UnknownFieldSet getUnknownFields ()

public StructuredValue getValue ()

.tensorflow.StructuredValue value = 2;

public StructuredValueOrBuilder getValueOrBuilder ()

.tensorflow.StructuredValue value = 2;

hasValue booleano público ()

.tensorflow.StructuredValue value = 2;

hashCode int público ()

público final booleano isInitialized ()

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

public static PairValue.Builder newBuilder ()

public PairValue.Builder newBuilderForType ()

public static PairValue parseDelimitedFrom (entrada InputStream)

Lança
IOException

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

Lança
IOException

public static PairValue parseFrom (dados ByteBuffer)

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

pairValue parseFrom estático público (entrada com.google.protobuf.CodedInputStream)

Lança
IOException

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

Lança
InvalidProtocolBufferException

pairValue parseFrom estático público (dados com.google.protobuf.ByteString)

Lança
InvalidProtocolBufferException

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

Lança
IOException

public static PairValue parseFrom (dados com.google.protobuf.ByteString, 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