Skip to main content

IRekognitionCreateDatasetRequest

Interface in AWS.Rekognition

Interface for CreateDataset requests.

Ancestors

Properties

DatasetSource

property DatasetSource: IRekognitionDatasetSource

Type: IRekognitionDatasetSource

Optionally, specify a source for the dataset. If not specified, an empty dataset will be created.

DatasetType

property DatasetType: string

Specify the type of dataset.

Valid values: TEST | TRAIN. Specify TRAIN to create a training dataset, or TEST to create a test dataset.

ProjectArn

property ProjectArn: TARN

Specify the Amazon Resource Name (ARN) of the Amazon Rekognition Custom Labels project to assign the dataset to.

Tags

property Tags: TDictionary<string, string>

Specify key-value tags to assign to the dataset.

Methods

AddTag

procedure AddTag(const AName, AValue: string);

Add a name/value pair to Tags.

Parameters

NameDescription
ANameSpecify the name of the tag to add to Tags.
AValueSpecify the value of the tag to add to Tags.