comprehend_create_dataset: Creates a dataset to upload training or test data for a model...

View source: R/comprehend_operations.R

comprehend_create_datasetR Documentation

Creates a dataset to upload training or test data for a model associated with a flywheel

Description

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.

Usage

comprehend_create_dataset(
  FlywheelArn,
  DatasetName,
  DatasetType = NULL,
  Description = NULL,
  InputDataConfig,
  ClientRequestToken = NULL,
  Tags = NULL
)

Arguments

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.


paws.machine.learning documentation built on Sept. 12, 2023, 1:14 a.m.