DictValue

clase final pública DictValue

 Represents a Python dict keyed by `str`.
 The comment on Unicode from Value.string_value applies analogously.
 
tipo tensorflow.DictValue

Clases anidadas

clase DictValue.Builder
 Represents a Python dict keyed by `str`. 

Constantes

En t FIELDS_FIELD_NUMBER

Métodos públicos

booleano
containsFields (clave de cadena)
map<string, .tensorflow.StructuredValue> fields = 1;
booleano
es igual a (Objeto obj)
static DictValue
DictValue
com.google.protobuf.Descriptors.Descriptor estático final
Mapa <String, StructuredValue >
getFields ()
Utilice getFieldsMap() lugar.
En t
getFieldsCount ()
map<string, .tensorflow.StructuredValue> fields = 1;
Mapa <String, StructuredValue >
getFieldsMap ()
map<string, .tensorflow.StructuredValue> fields = 1;
Valor estructurado
getFieldsOrDefault (clave de cadena, StructuredValue defaultValue)
map<string, .tensorflow.StructuredValue> fields = 1;
Valor estructurado
getFieldsOrThrow (clave de cadena)
map<string, .tensorflow.StructuredValue> fields = 1;
En t
final com.google.protobuf.UnknownFieldSet
En t
booleano final
static DictValue.Builder
newBuilder (prototipo de DictValue )
static DictValue.Builder
DictValue.Builder
static DictValue
parseDelimitedFrom (entrada InputStream)
static DictValue
parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DictValue
parseFrom (datos ByteBuffer)
static DictValue
parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DictValue
parseFrom (datos ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DictValue
parseFrom (entrada com.google.protobuf.CodedInputStream)
static DictValue
parseFrom (byte [] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DictValue
parseFrom (datos com.google.protobuf.ByteString)
static DictValue
parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DictValue
parseFrom (datos com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
DictValue.Builder
vacío
writeTo (salida de com.google.protobuf.CodedOutputStream)

Métodos heredados

Constantes

público estático final int FIELDS_FIELD_NUMBER

Valor constante: 1

Métodos públicos

public boolean containsFields (clave de cadena)

map<string, .tensorflow.StructuredValue> fields = 1;

public boolean es igual a (Object obj)

public static DictValue getDefaultInstance ()

public DictValue getDefaultInstanceForType ()

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

public Map <String, StructuredValue > getFields ()

Utilice getFieldsMap() lugar.

public int getFieldsCount ()

map<string, .tensorflow.StructuredValue> fields = 1;

public Map <String, StructuredValue > getFieldsMap ()

map<string, .tensorflow.StructuredValue> fields = 1;

public StructuredValue getFieldsOrDefault (clave de cadena, StructuredValue defaultValue)

map<string, .tensorflow.StructuredValue> fields = 1;

public StructuredValue getFieldsOrThrow (clave de cadena)

map<string, .tensorflow.StructuredValue> fields = 1;

público getParserForType ()

public int getSerializedSize ()

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

public int hashCode ()

public final boolean isInitialized ()

public static DictValue.Builder newBuilder (prototipo DictValue )

public static DictValue.Builder newBuilder ()

public DictValue.Builder newBuilderForType ()

public static DictValue parseDelimitedFrom (entrada InputStream)

Lanza
IOException

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

Lanza
IOException

público estático DictValue parseFrom (datos ByteBuffer)

Lanza
InvalidProtocolBufferException

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

Lanza
IOException

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

Lanza
InvalidProtocolBufferException

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

Lanza
IOException

public static DictValue parseFrom (byte [] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
InvalidProtocolBufferException

público estático DictValue parseFrom (datos de com.google.protobuf.ByteString)

Lanza
InvalidProtocolBufferException

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

Lanza
IOException

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

Lanza
InvalidProtocolBufferException

público estático analizador ()

public DictValue.Builder toBuilder ()

public void writeTo (salida de com.google.protobuf.CodedOutputStream)

Lanza
IOException