Values.GetDatasetResponseSourceResponse for the GetDataset operation
type nonrec t = {datasetId : DatasetId.t option;The unique identifier for a Dataset.
*)datasetArn : DatasetArn.t option;The ARN identifier of the Dataset.
*)datasetTitle : DatasetTitle.t option;Display title for a Dataset.
*)kind : DatasetKind.t option;The format in which Dataset data is structured. TABULAR – Data is structured in a tabular format. NON_TABULAR – Data is structured in a non-tabular format.
*)datasetDescription : DatasetDescription.t option;A description of the Dataset.
*)createTime : TimestampEpoch.t option;The timestamp at which the Dataset was created in FinSpace. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.
*)lastModifiedTime : TimestampEpoch.t option;The last time that the Dataset was modified. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.
*)schemaDefinition : SchemaUnion.t option;Definition for a schema on a tabular Dataset.
*)alias : AliasString.t option;The unique resource identifier for a Dataset.
*)status : DatasetStatus.t option;Status of the Dataset creation. PENDING – Dataset is pending creation. FAILED – Dataset creation has failed. SUCCESS – Dataset creation has succeeded. RUNNING – Dataset creation is running.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `ConflictException of ConflictException.t| `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ConflictException of ConflictException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of unit
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ConflictException of ConflictException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of unit
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Long of TimestampEpoch.t
| `String of DatasetId.t
| `Structure of
(string
* [> `Structure of
(string
* [> `List of
[> `String of ColumnName.t
| `Structure of
(string
* [> `Enum of string | `String of ColumnName.t ])
list ]
list ])
list ])
list ])
list ]