View source: R/comprehend_operations.R
comprehend_create_dataset | R Documentation |
Creates 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.
See https://www.paws-r-sdk.com/docs/comprehend_create_dataset/ for full documentation.
comprehend_create_dataset(
FlywheelArn,
DatasetName,
DatasetType = NULL,
Description = NULL,
InputDataConfig,
ClientRequestToken = NULL,
Tags = NULL
)
FlywheelArn |
[required] The Amazon Resource Number (ARN) of the flywheel of the flywheel to receive the data. |
DatasetName |
[required] Name of the dataset. |
DatasetType |
The dataset type. You can specify that the data in a dataset is for training the model or for testing the model. |
Description |
Description of the dataset. |
InputDataConfig |
[required] 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 |
A unique identifier for the request. If you don't set the client request token, Amazon Comprehend generates one. |
Tags |
Tags for the dataset. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.