Values.CreateDatasetRequestSourceCreates a new DataBrew dataset.
type nonrec t = {name : DatasetName.t;The name of the dataset to be created. Valid characters are alphanumeric (A-Z, a-z, 0-9), hyphen (-), period (.), and space.
*)format : InputFormat.t option;The file format of a dataset that is created from an Amazon S3 file or folder.
*)formatOptions : FormatOptions.t option;input : Input.t;pathOptions : PathOptions.t option;A set of options that defines how DataBrew interprets an Amazon S3 path of the dataset.
*)}val make :
?format:??? ->
?formatOptions:??? ->
?pathOptions:??? ->
?tags:??? ->
name:DatasetName.t ->
input:Input.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of DatasetName.t
| `Structure of
(string
* [> `Map of
([> `String of PathParameterName.t ]
* [> `Structure of
(string
* [> `Boolean of CreateColumn.t
| `Enum of string
| `String of PathParameterName.t
| `Structure of
(string
* [> `Map of
([> `String of ValueReference.t ]
* [> `String of ConditionValue.t ])
list
| `String of DatetimeFormat.t ])
list ])
list ])
list
| `Structure of
(string
* [> `Boolean of MultiLine.t
| `Enum of string
| `Integer of MaxFiles.t
| `List of
[> `Integer of SheetIndex.t | `String of SheetName.t ]
list
| `Map of
([> `String of ValueReference.t ]
* [> `String of ConditionValue.t ])
list
| `String of Delimiter.t
| `Structure of (string * [> `String of Bucket.t ]) list ])
list ])
list ])
list ]