Class DataType (0.1.0)

DataType(value)

All supported data types.

Enums

Name Description
DATA_TYPE_UNSPECIFIED The default value of DataType.
VIDEO Video data type like H264.
IMAGE Image data type.
PROTO Protobuf data type, usually used for general data blob.
PLACEHOLDER A placeholder data type, applicable for the universal input processor which supports any data type. This will be instantiated and replaced by a concrete underlying `DataType` during instance deployment.