View source: R/rekognition_operations.R
rekognition_create_dataset | R Documentation |
This operation applies only to Amazon Rekognition Custom Labels.
See https://www.paws-r-sdk.com/docs/rekognition_create_dataset/ for full documentation.
rekognition_create_dataset(
DatasetSource = NULL,
DatasetType,
ProjectArn,
Tags = NULL
)
DatasetSource |
The source files for the dataset. You can specify the ARN of an existing
dataset or specify the Amazon S3 bucket location of an Amazon Sagemaker
format manifest file. If you don't specify |
DatasetType |
[required] The type of the dataset. Specify |
ProjectArn |
[required] The ARN of the Amazon Rekognition Custom Labels project to which you want to asssign the dataset. |
Tags |
A set of tags (key-value pairs) that you want to attach to the dataset. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.