classe finale pubblica DictValue
Represents a Python dict keyed by `str`. The comment on Unicode from Value.string_value applies analogously.
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 | codicehash () |
| 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 | analizzatore () |
| DictValue.Builder | toBuilder () |
| 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)
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
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 parseDelimitedFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lancia
| IOException |
|---|
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 pubblico statico DictValue (byte[] dati, 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 ()
public void writeTo (output com.google.protobuf.CodedOutputStream)
Lancia
| IOException |
|---|