Interface protos.google.cloud.automl.v1beta1.IDataType (2.4.5)

Properties of a DataType.

Package

@google-cloud/automl!

Properties

listElementType

listElementType?: (google.cloud.automl.v1beta1.IDataType|null);

DataType listElementType

Property Value
TypeDescription
(google.cloud.automl.v1beta1.IDataType|null)

nullable

nullable?: (boolean|null);

DataType nullable

Property Value
TypeDescription
(boolean|null)

structType

structType?: (google.cloud.automl.v1beta1.IStructType|null);

DataType structType

Property Value
TypeDescription
(google.cloud.automl.v1beta1.IStructType|null)

timeFormat

timeFormat?: (string|null);

DataType timeFormat

Property Value
TypeDescription
(string|null)

typeCode

typeCode?: (google.cloud.automl.v1beta1.TypeCode|keyof typeof google.cloud.automl.v1beta1.TypeCode|null);

DataType typeCode

Property Value
TypeDescription
(google.cloud.automl.v1beta1.TypeCode|keyof typeof google.cloud.automl.v1beta1.TypeCode|null)