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);
Constructor for TRekognitionCreateDatasetRequest.
Parameters
| Name | Description |
|---|---|
ADatasetType | Specify the type of dataset to create. |
AProjectArn | Specify the Amazon Resource Name (ARN) of the Amazon Rekognition Custom Labels project to assign the dataset to. |
ADatasetSource | Optionally, specify a source for the dataset. If not specified, an empty dataset will be created. |
Returns
Response containing CreateDataset results.