EntryValue

classe final pública EntryValue

tensorflow.EntryValue tipo tensorflow.EntryValue

Classes aninhadas

aula EntryValue.Builder tensorflow.EntryValue tipo tensorflow.EntryValue
enum EntryValue.KindCase

Constantes

intDOUBLE_VALUE_FIELD_NUMBER
intSTRING_VALUE_FIELD_NUMBER

Métodos Públicos

boleano
igual a (objeto obj)
EntryValue estático
EntryValue
final static com.google.protobuf.Descriptors.Descriptor
Duplo
getDoubleValue ()
double double_value = 1;
EntryValue.KindCase
int
Fragmento
getStringValue ()
string string_value = 2;
com.google.protobuf.ByteString
getStringValueBytes ()
string string_value = 2;
final com.google.protobuf.UnknownFieldSet
int
final booleano
static EntryValue.Builder
newBuilder (protótipo EntryValue )
static EntryValue.Builder
EntryValue.Builder
EntryValue estático
parseDelimitedFrom (input InputStream)
EntryValue estático
parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
EntryValue estático
parseFrom (dados ByteBuffer)
EntryValue estático
parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
EntryValue estático
parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
EntryValue estático
parseFrom (com.google.protobuf.CodedInputStream input)
EntryValue estático
parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
EntryValue estático
parseFrom (com.google.protobuf.ByteString data)
EntryValue estático
parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
EntryValue estático
parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
EntryValue.Builder
vazio
writeTo (saída com.google.protobuf.CodedOutputStream)

Métodos herdados

Constantes

public static final int DOUBLE_VALUE_FIELD_NUMBER

Valor Constante: 1

público estático final int STRING_VALUE_FIELD_NUMBER

Valor constante: 2

Métodos Públicos

public boolean equals (Object obj)

public static EntryValue getDefaultInstance ()

public EntryValue getDefaultInstanceForType ()

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

public double getDoubleValue ()

double double_value = 1;

public EntryValue.KindCase getKindCase ()

público getParserForType ()

public int getSerializedSize ()

public String getStringValue ()

string string_value = 2;

public com.google.protobuf.ByteString getStringValueBytes ()

string string_value = 2;

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

public int hashCode ()

public final boolean isInitialized ()

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

public static EntryValue.Builder newBuilder ()

public EntryValue.Builder newBuilderForType ()

public static EntryValue parseDelimitedFrom (InputStream input)

Lança
IOException

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

Lança
IOException

public static EntryValue parseFrom (dados ByteBuffer)

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

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

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

estática pública analisador ()

public EntryValue.Builder toBuilder ()

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

Lança
IOException