Values.DatasetStatusSourceThe status of the dataset. This contains the state and any error messages. The state is ACTIVE when ready to use.
type nonrec t = {state : DatasetState.t option;The current status of the dataset.
*)error : ErrorDetails.t option;}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `Enum of string
| `String of DetailedErrorMessage.t ])
list ]
list
| `String of ErrorMessage.t ])
list ])
list ]