PairValue

classe finale pubblica PairValue

 Represents a (key, value) pair.
 
Tipo di protocollo tensorflow.PairValue

Classi nidificate

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

Costanti

Metodi pubblici

booleano
è uguale a (Oggetto oggetto)
Valore Coppia statico
ValoreCoppia
com.google.protobuf.Descriptors.Descriptor statico finale
Corda
getKey ()
string key = 1;
com.google.protobuf.ByteString
getKeyBytes ()
string key = 1;
int
finale com.google.protobuf.UnknownFieldSet
Valore strutturato
getValore ()
.tensorflow.StructuredValue value = 2;
ValorestrutturatoOrBuilder
getValueOrBuilder ()
.tensorflow.StructuredValue value = 2;
booleano
haValore ()
.tensorflow.StructuredValue value = 2;
int
booleano finale
PairValue.Builder statico
newBuilder (prototipo PairValue )
PairValue.Builder statico
PairValue.Builder
Valore Coppia statico
parseDelimitedFrom (input InputStream)
Valore Coppia statico
parseDelimitedFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Valore Coppia statico
parseFrom (dati ByteBuffer)
Valore Coppia statico
parseFrom (input com.google.protobuf.CodedInputStream, estensione com.google.protobuf.ExtensionRegistryLiteRegistry)
Valore Coppia statico
parseFrom (dati ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Valore Coppia statico
parseFrom (ingresso com.google.protobuf.CodedInputStream)
Valore Coppia statico
parseFrom (byte[] dati, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Valore Coppia statico
parseFrom (dati com.google.protobuf.ByteString)
Valore Coppia statico
parseFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Valore Coppia statico
parseFrom (dati com.google.protobuf.ByteString, estensione com.google.protobuf.ExtensionRegistryLiteRegistry)
statico
PairValue.Builder
vuoto
writeTo (output com.google.protobuf.CodedOutputStream)

Metodi ereditati

booleano
è uguale a (Oggetto arg0)
Classe finale<?>
getClass ()
int
codicehash ()
vuoto finale
avvisare ()
vuoto finale
notificaTutti ()
Corda
aStringa ()
vuoto finale
attendere (lungo arg0, int arg1)
vuoto finale
aspetta (lungo arg0)
vuoto finale
Aspettare ()
org.tensorflow.proto.framework.PairValueOrBuilder
stringa astratta
getKey ()
string key = 1;
astratto com.google.protobuf.ByteString
getKeyBytes ()
string key = 1;
valore strutturato astratto
getValore ()
.tensorflow.StructuredValue value = 2;
abstract StructuredValueOrBuilder
getValueOrBuilder ()
.tensorflow.StructuredValue value = 2;
booleano astratto
haValore ()
.tensorflow.StructuredValue value = 2;

Costanti

public static final int KEY_FIELD_NUMBER

Valore costante: 1

public static final int VALUE_FIELD_NUMBER

Valore costante: 2

Metodi pubblici

booleano pubblico è uguale a (Oggetto obj)

pubblico statico PairValue getDefaultInstance ()

pubblico PairValue getDefaultInstanceForType ()

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

stringa pubblica getKey ()

string key = 1;

pubblico com.google.protobuf.ByteString getKeyBytes ()

string key = 1;

pubblico getParserForType ()

public int getSerializedSize ()

pubblico finale com.google.protobuf.UnknownFieldSet getUnknownFields ()

valore strutturato pubblico getValue ()

.tensorflow.StructuredValue value = 2;

public StructuredValueOrBuilder getValueOrBuilder ()

.tensorflow.StructuredValue value = 2;

hasValue booleano pubblico ()

.tensorflow.StructuredValue value = 2;

public int hashCode ()

public final booleano isInitialized ()

public static PairValue.Builder newBuilder (prototipo PairValue )

public static PairValue.Builder newBuilder ()

pubblico PairValue.Builder newBuilderForType ()

public static PairValue parseDelimitedFrom (input InputStream)

Lancia
IOException

pubblico statico PairValue parseDelimitedFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
IOException

parseFrom pubblico statico PairValue (dati ByteBuffer)

Lancia
InvalidProtocolBufferException

parseFrom pubblico statico PairValue (input com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
IOException

parseFrom pubblico statico PairValue (dati ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
InvalidProtocolBufferException

parseFrom pubblico statico PairValue (input com.google.protobuf.CodedInputStream)

Lancia
IOException

parseFrom pubblico statico PairValue (byte[] dati, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
InvalidProtocolBufferException

parseFrom pubblico statico PairValue (dati com.google.protobuf.ByteString)

Lancia
InvalidProtocolBufferException

parseFrom pubblico statico PairValue (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
IOException

parseFrom pubblico statico PairValue (dati com.google.protobuf.ByteString, estensione com.google.protobuf.ExtensionRegistryLiteRegistry)

Lancia
InvalidProtocolBufferException

pubblico statico analizzatore ()

pubblico PairValue.Builder toBuilder ()

public void writeTo (output com.google.protobuf.CodedOutputStream)

Lancia
IOException