public final class
DictValue
Represents a Python dict keyed by `str`. The comment on Unicode from Value.string_value applies analogously.
tensorflow.DictValue
Nested Classes
class | DictValue.Builder | Represents a Python dict keyed by `str`. |
Constants
int | FIELDS_FIELD_NUMBER |
Public Methods
boolean |
containsFields(String key)
map<string, .tensorflow.StructuredValue> fields = 1;
|
boolean |
equals(Object obj)
|
static DictValue | |
DictValue | |
final static com.google.protobuf.Descriptors.Descriptor | |
Map<String, StructuredValue> |
getFields()
Use
getFieldsMap() instead. |
int |
getFieldsCount()
map<string, .tensorflow.StructuredValue> fields = 1;
|
Map<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 boolean | |
static DictValue.Builder |
newBuilder(DictValue prototype)
|
static DictValue.Builder | |
DictValue.Builder | |
static DictValue |
parseDelimitedFrom(InputStream input)
|
static DictValue |
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static DictValue |
parseFrom(ByteBuffer data)
|
static DictValue |
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static DictValue |
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static DictValue |
parseFrom(com.google.protobuf.CodedInputStream input)
|
static DictValue |
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static DictValue |
parseFrom(com.google.protobuf.ByteString data)
|
static DictValue |
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static DictValue |
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static
|
parser()
|
DictValue.Builder | |
void |
writeTo(com.google.protobuf.CodedOutputStream output)
|
Inherited Methods
Constants
public static final int FIELDS_FIELD_NUMBER
Constant Value:
1
Public Methods
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;
public
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)
Throws
IOException |
---|
public static DictValue parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static DictValue parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
InvalidProtocolBufferException |
---|
public static DictValue parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
InvalidProtocolBufferException |
---|
public static DictValue parseFrom (com.google.protobuf.ByteString data)
Throws
InvalidProtocolBufferException |
---|
public static DictValue parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static DictValue parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
InvalidProtocolBufferException |
---|
public
static
parser
()
public void writeTo (com.google.protobuf.CodedOutputStream output)
Throws
IOException |
---|