Vertex AI V1 API - Module Google::Cloud::AIPlatform::V1::Tensor::DataType (v0.38.0)

Reference documentation and code samples for the Vertex AI V1 API module Google::Cloud::AIPlatform::V1::Tensor::DataType.

Data type of the tensor.

Constants

DATA_TYPE_UNSPECIFIED

value: 0
Not a legal value for DataType. Used to indicate a DataType field has not been set.

BOOL

value: 1
Data types that all computation devices are expected to be capable to support.

STRING

value: 2

FLOAT

value: 3

DOUBLE

value: 4

INT8

value: 5

INT16

value: 6

INT32

value: 7

INT64

value: 8

UINT8

value: 9

UINT16

value: 10

UINT32

value: 11

UINT64

value: 12