DictValue

classe finale pubblica DictValue

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

Classi nidificate

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

Costanti

int CAMPO_CAMPO_NUMERO

Metodi pubblici

booleano
contieneFields (chiave String)
map<string, .tensorflow.StructuredValue> fields = 1;
booleano
è uguale a (Oggetto oggetto)
DictValue statico
DictValue
com.google.protobuf.Descriptors.Descriptor statico finale
Mappa<String, StructuredValue >
getFields ()
Utilizzare invece getFieldsMap() .
int
getFieldsCount ()
map<string, .tensorflow.StructuredValue> fields = 1;
Mappa<String, StructuredValue >
getFieldsMap ()
map<string, .tensorflow.StructuredValue> fields = 1;
Valore strutturato
getFieldsOrDefault (chiave String, StructuredValue defaultValue)
map<string, .tensorflow.StructuredValue> fields = 1;
Valore strutturato
getFieldsOrThrow (chiave String)
map<string, .tensorflow.StructuredValue> fields = 1;
int
finale com.google.protobuf.UnknownFieldSet
int
booleano finale
DictValue.Builder statico
newBuilder (prototipo DictValue )
DictValue.Builder statico
DictValue.Builder
DictValue statico
parseDelimitedFrom (input InputStream)
DictValue statico
parseDelimitedFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
DictValue statico
parseFrom (dati ByteBuffer)
DictValue statico
parseFrom (input com.google.protobuf.CodedInputStream, estensione com.google.protobuf.ExtensionRegistryLiteRegistry)
DictValue statico
parseFrom (dati ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
DictValue statico
parseFrom (ingresso com.google.protobuf.CodedInputStream)
DictValue statico
parseFrom (byte[] dati, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
DictValue statico
parseFrom (dati com.google.protobuf.ByteString)
DictValue statico
parseFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
DictValue statico
parseFrom (dati com.google.protobuf.ByteString, estensione com.google.protobuf.ExtensionRegistryLiteRegistry)
statico
DictValue.Builder
vuoto
writeTo (output com.google.protobuf.CodedOutputStream)

Metodi ereditati

Costanti

public static final int FIELDS_FIELD_NUMBER

Valore costante: 1

Metodi pubblici

booleano pubblico contieneFields (chiave String)

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

booleano pubblico è uguale a (Oggetto obj)

pubblico statico DictValue getDefaultInstance ()

public DictValue getDefaultInstanceForType ()

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

public Map<String, StructuredValue > getFields ()

Utilizzare invece getFieldsMap() .

public int getFieldsCount ()

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

public Map<String, StructuredValue > getFieldsMap ()

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

public StructuredValue getFieldsOrDefault (chiave stringa, StructuredValue defaultValue)

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

public StructuredValue getFieldsOrThrow (chiave String)

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

pubblico getParserForType ()

public int getSerializedSize ()

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

public int hashCode ()

public final booleano isInitialized ()

public static DictValue.Builder newBuilder (prototipo DictValue )

pubblico statico DictValue.Builder newBuilder ()

public DictValue.Builder newBuilderForType ()

public static DictValue parseDelimitedFrom (input InputStream)

Lancia
IOException

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

Lancia
IOException

parseFrom DictValue statico pubblico (dati ByteBuffer)

Lancia
InvalidProtocolBufferException

parseFrom DictValue statico pubblico (input com.google.protobuf.CodedInputStream, estensione com.google.protobuf.ExtensionRegistryLiteRegistry)

Lancia
IOException

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

Lancia
InvalidProtocolBufferException

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

Lancia
IOException

parseFrom DictValue statico pubblico (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
InvalidProtocolBufferException

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

Lancia
InvalidProtocolBufferException

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

Lancia
IOException

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

Lancia
InvalidProtocolBufferException

pubblico statico analizzatore ()

pubblico DictValue.Builder toBuilder ()

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

Lancia
IOException