DatasetStatusEnum
The status of a dataset waiting - The dataset was recently created and has not yet started to initialize initializing - The dataset is either being created or updated. The dataset will not be available to query until the status is 'ready'. ready - The dataset has finished initializing or updating and is ready for use error - An error occurred while creating or updating the dataset deleting - The dataset is currently being deleted deleted - The dataset was successfully deleted
Properties
Name | Type | Description | Notes |
---|---|---|---|
value | str | The status of a dataset waiting - The dataset was recently created and has not yet started to initialize initializing - The dataset is either being created or updated. The dataset will not be available to query until the status is 'ready'. ready - The dataset has finished initializing or updating and is ready for use error - An error occurred while creating or updating the dataset deleting - The dataset is currently being deleted deleted - The dataset was successfully deleted | must be one of ["Waiting", "Initializing", "Ready", "Error", "Deleting", "Deleted", ] |