PairValue

classe finale publique PairValue

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

Classes imbriquées

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

Constantes

int KEY_FIELD_NUMBER
int VALUE_FIELD_NUMBER

Méthodes publiques

booléen
est égal (Obj objet)
Valeur de paire statique
ValeurPaire
final statique com.google.protobuf.Descriptors.Descriptor
Chaîne
Obtenir la clé ()
string key = 1;
com.google.protobuf.ByteString
getKeyBytes ()
string key = 1;
int
final com.google.protobuf.UnknownFieldSet
Valeur structurée
obtenirValeur ()
.tensorflow.StructuredValue value = 2;
StructuredValueOrBuilder
getValueOrBuilder ()
.tensorflow.StructuredValue value = 2;
booléen
aValeur ()
.tensorflow.StructuredValue value = 2;
int
booléen final
PairValue.Builder statique
newBuilder (prototype PairValue )
PairValue.Builder statique
PairValue.Builder
Valeur de paire statique
parseDelimitedFrom (entrée InputStream)
Valeur de paire statique
parseDelimitedFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Valeur de paire statique
parseFrom (données ByteBuffer)
Valeur de paire statique
parseFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Valeur de paire statique
parseFrom (données ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Valeur de paire statique
parseFrom (entrée com.google.protobuf.CodedInputStream)
Valeur de paire statique
parseFrom (données octet[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Valeur de paire statique
parseFrom (données com.google.protobuf.ByteString)
Valeur de paire statique
parseFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Valeur de paire statique
parseFrom (données com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statique
PairValue.Builder
vide
writeTo (sortie com.google.protobuf.CodedOutputStream)

Méthodes héritées

Constantes

public statique final int KEY_FIELD_NUMBER

Valeur constante : 1

public statique final entier VALUE_FIELD_NUMBER

Valeur constante : 2

Méthodes publiques

public booléen égal (Objet obj)

public statique PairValue getDefaultInstance ()

public PairValue getDefaultInstanceForType ()

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

chaîne publique getKey ()

string key = 1;

public com.google.protobuf.ByteString getKeyBytes ()

string key = 1;

publique 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 booléen hasValue ()

.tensorflow.StructuredValue value = 2;

code de hachage int public ()

public final booléen isInitialized ()

public statique PairValue.Builder newBuilder (prototype PairValue )

public statique PairValue.Builder newBuilder ()

public PairValue.Builder newBuilderForType ()

public static PairValue parseDelimitedFrom (entrée InputStream)

Jetés
IOException

public static PairValue parseDelimitedFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
IOException

public static PairValue parseFrom (données ByteBuffer)

Jetés
InvalidProtocolBufferException

public static PairValue parseFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
IOException

public static PairValue parseFrom (données ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
InvalidProtocolBufferException

public static PairValue parseFrom (entrée com.google.protobuf.CodedInputStream)

Jetés
IOException

public static PairValue parseFrom (données octet[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
InvalidProtocolBufferException

public static PairValue parseFrom (données com.google.protobuf.ByteString)

Jetés
InvalidProtocolBufferException

public static PairValue parseFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
IOException

public static PairValue parseFrom (données com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
InvalidProtocolBufferException

public statique analyseur ()

public PairValue.Builder toBuilder ()

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

Jetés
IOException