Skip to main content

TRekognitionCreateDatasetRequest

Class in AWS.Rekognition

CreateDataset request class.

Ancestors

Properties

DatasetSource

property DatasetSource: IRekognitionDatasetSource

Type: IRekognitionDatasetSource

DatasetType

property DatasetType: string

ProjectArn

property ProjectArn: TARN

Tags

property Tags: TDictionary<string, string>

Constructors

Create

constructor Create(const ADatasetType: string; const AProjectArn: TARN; const ADatasetSource: IRekognitionDatasetSource = nil);

IRekognitionDatasetSource

Constructor for TRekognitionCreateDatasetRequest.

Parameters

NameDescription
ADatasetTypeSpecify the type of dataset to create.
AProjectArnSpecify the Amazon Resource Name (ARN) of the Amazon Rekognition Custom Labels project to assign the dataset to.
ADatasetSourceOptionally, specify a source for the dataset. If not specified, an empty dataset will be created.

Returns

Response containing CreateDataset results.