public enum Tensor.DataType extends Enum<Tensor.DataType> implements ProtocolMessageEnum
Data type of the tensor.
Protobuf enum google.cloud.vertexai.v1.Tensor.DataType
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
BOOL |
Data types that all computation devices are expected to be capable to support. |
BOOL_VALUE |
Data types that all computation devices are expected to be capable to support. |
DATA_TYPE_UNSPECIFIED |
Not a legal value for DataType. Used to indicate a DataType field has not been set. |
DATA_TYPE_UNSPECIFIED_VALUE |
Not a legal value for DataType. Used to indicate a DataType field has not been set. |
DOUBLE |
|
DOUBLE_VALUE |
|
FLOAT |
|
FLOAT_VALUE |
|
INT16 |
|
INT16_VALUE |
|
INT32 |
|
INT32_VALUE |
|
INT64 |
|
INT64_VALUE |
|
INT8 |
|
INT8_VALUE |
|
STRING |
|
STRING_VALUE |
|
UINT16 |
|
UINT16_VALUE |
|
UINT32 |
|
UINT32_VALUE |
|
UINT64 |
|
UINT64_VALUE |
|
UINT8 |
|
UINT8_VALUE |
|
UNRECOGNIZED |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |