Values.UpdateDatasetRequestSourceThe request for an UpdateDataset operation
type nonrec t = {clientToken : ClientToken.t option;A token that ensures idempotency. This token expires in 10 minutes.
*)datasetId : DatasetId.t;The unique identifier for the Dataset to update.
*)datasetTitle : DatasetTitle.t;A display title for the Dataset.
*)kind : DatasetKind.t;The format in which the 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 for the Dataset.
*)alias : AliasString.t option;The unique resource identifier for a Dataset.
*)schemaDefinition : SchemaUnion.t option;Definition for a schema on a tabular Dataset.
*)}val make :
?clientToken:??? ->
?datasetDescription:??? ->
?alias:??? ->
?schemaDefinition:??? ->
datasetId:DatasetId.t ->
datasetTitle:DatasetTitle.t ->
kind:DatasetKind.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of ClientToken.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 ]