Values.CreateDatasetRequestSourceCreates a dataset to upload training or test data for a model associated with a flywheel. For more information about datasets, see Flywheel overview in the Amazon Comprehend Developer Guide.
type nonrec t = {flywheelArn : ComprehendFlywheelArn.t;The Amazon Resource Number (ARN) of the flywheel of the flywheel to receive the data.
*)datasetName : ComprehendArnName.t;Name of the dataset.
*)datasetType : DatasetType.t option;The dataset type. You can specify that the data in a dataset is for training the model or for testing the model.
*)description : Description.t option;Description of the dataset.
*)inputDataConfig : DatasetInputDataConfig.t;Information about the input data configuration. The type of input data varies based on the format of the input and whether the data is for a classifier model or an entity recognition model.
*)clientRequestToken : ClientRequestTokenString.t option;A unique identifier for the request. If you don't set the client request token, Amazon Comprehend generates one.
*)}val make :
?datasetType:??? ->
?description:??? ->
?clientRequestToken:??? ->
?tags:??? ->
flywheelArn:ComprehendFlywheelArn.t ->
datasetName:ComprehendArnName.t ->
inputDataConfig:DatasetInputDataConfig.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of (string * [> `String of TagKey.t ]) list ] list
| `String of ComprehendFlywheelArn.t
| `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `String of AttributeNamesListItem.t ] list
| `String of S3Uri.t ])
list ]
list
| `Structure of
(string
* [> `String of S3Uri.t
| `Structure of
(string * [> `Enum of string | `String of S3Uri.t ]) list ])
list ])
list ])
list ]