classe final pública EntryValue
tensorflow.EntryValue tipo tensorflow.EntryValue
Classes aninhadas
| aula | EntryValue.Builder | tensorflow.EntryValue tipo tensorflow.EntryValue | |
| enum | EntryValue.KindCase | ||
Constantes
| int | DOUBLE_VALUE_FIELD_NUMBER | |
| int | STRING_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 | getKindCase () |
| int | |
| Fragmento | getStringValue () string string_value = 2; |
| com.google.protobuf.ByteString | getStringValueBytes () string string_value = 2; |
| final com.google.protobuf.UnknownFieldSet | |
| int | hashCode () |
| final booleano | |
| static EntryValue.Builder | newBuilder (protótipo EntryValue ) |
| static EntryValue.Builder | newBuilder () |
| 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 | analisador () |
| EntryValue.Builder | toBuilder () |
| 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 final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public double getDoubleValue ()
double double_value = 1;
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 parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| IOException |
|---|
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 (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 void writeTo (saída com.google.protobuf.CodedOutputStream)
Lança
| IOException |
|---|