DatasetResponse
A set of images and videos to query
Properties
Name | Type | Description | Notes |
---|---|---|---|
created_user_id | str | The user that created the resource | |
created_dt | datetime | The created datetime of the resource | |
updated_user_id | str | The user that last updated the resource | |
updated_dt | datetime | The datetime the resource was last updated | |
name | str | The name of the dataset | |
storage_type | StorageTypeEnum | ||
dataset_id | str | The unique identifier for the dataset | |
status | DatasetStatusEnum | ||
description | str, none_type | The description of the dataset | [optional] |
is_deletable | bool | True if the dataset is in a state in which it can be deleted | [optional] if omitted the server will use the default value of False |
ocr | bool, none_type | True if OCR (optical character recognition) is enabled for all assets in this dataset | [optional] |