public final class DictValue
Represents a Python dict keyed by `str`. The comment on Unicode from Value.string_value applies analogously.
tensorflow.DictValue tipo tensorflow.DictValue Classes aninhadas
| aula | DictValue.Builder | Represents a Python dict keyed by `str`. | |
Constantes
| int | FIELDS_FIELD_NUMBER |
Métodos Públicos
| boleano | containsFields (chave String) map<string, .tensorflow.StructuredValue> fields = 1; |
| boleano | igual a (objeto obj) |
| DictValue estático | |
| DictValue | |
| final static com.google.protobuf.Descriptors.Descriptor | |
| Mapa <String, StructuredValue > | getFields () Em vez disso, use getFieldsMap() . |
| int | getFieldsCount () map<string, .tensorflow.StructuredValue> fields = 1; |
| Mapa <String, StructuredValue > | getFieldsMap () map<string, .tensorflow.StructuredValue> fields = 1; |
| StructuredValue | getFieldsOrDefault (String key, StructuredValue defaultValue) map<string, .tensorflow.StructuredValue> fields = 1; |
| StructuredValue | getFieldsOrThrow (String key) map<string, .tensorflow.StructuredValue> fields = 1; |
| int | |
| final com.google.protobuf.UnknownFieldSet | |
| int | hashCode () |
| final booleano | |
| static DictValue.Builder | newBuilder (protótipo DictValue ) |
| static DictValue.Builder | newBuilder () |
| DictValue.Builder | |
| DictValue estático | parseDelimitedFrom (InputStream input) |
| DictValue estático | parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| DictValue estático | parseFrom (dados ByteBuffer) |
| DictValue estático | parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| DictValue estático | parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| DictValue estático | parseFrom (com.google.protobuf.CodedInputStream input) |
| DictValue estático | parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| DictValue estático | parseFrom (com.google.protobuf.ByteString data) |
| DictValue estático | parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| DictValue estático | parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| estático | analisador () |
| DictValue.Builder | toBuilder () |
| vazio | writeTo (saída com.google.protobuf.CodedOutputStream) |
Métodos herdados
Constantes
public static final int FIELDS_FIELD_NUMBER
Valor Constante: 1
Métodos Públicos
public boolean containsFields (String key)
map<string, .tensorflow.StructuredValue> fields = 1;
public boolean equals (Object 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 (String key, StructuredValue defaultValue)
map<string, .tensorflow.StructuredValue> fields = 1;
public StructuredValue getFieldsOrThrow (String key)
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 parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| IOException |
|---|
public static DictValue parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| IOException |
|---|
public static DictValue parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| InvalidProtocolBufferException |
|---|
public static DictValue parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| InvalidProtocolBufferException |
|---|
public static DictValue parseFrom (com.google.protobuf.ByteString data)
Lança
| InvalidProtocolBufferException |
|---|
public static DictValue parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| IOException |
|---|
public static DictValue 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 |
|---|