dataType property
Data type must be specifed when user tries to import data.
Required. Possible string values are:
- "DATA_TYPE_UNSPECIFIED" : Data type is unspecified.
- "IMAGE" : Allowed for continuous evaluation.
- "VIDEO" : Video data type.
- "TEXT" : Allowed for continuous evaluation.
- "GENERAL_DATA" : Allowed for continuous evaluation.
Implementation
core.String? dataType;