TRekognitionCreateProjectVersionRequest
Class in AWS.Rekognition
CreateProjectVersion request class.
Ancestors
Properties
FeatureConfig
property FeatureConfig: IRekognitionCustomizationFeatureConfig
Type: IRekognitionCustomizationFeatureConfig
KmsKeyId
property KmsKeyId: string
OutputConfig
property OutputConfig: IRekognitionOutputConfig
Type: IRekognitionOutputConfig
ProjectArn
property ProjectArn: TARN
Tags
property Tags: TDictionary<string, string>
TestingData
property TestingData: IRekognitionTestingData
Type: IRekognitionTestingData
TrainingData
property TrainingData: IRekognitionTrainingData
Type: IRekognitionTrainingData
VersionDescription
property VersionDescription: string
VersionName
property VersionName: string
Constructors
Create
constructor Create(const AVersionName: string; const AProjectArn: TARN; const AOutputConfig: IRekognitionOutputConfig);
Constructor for TRekognitionCreateProjectVersionRequest.
Parameters
| Name | Description |
|---|---|
AVersionName | Specify a name for the project version. This value must be unique. |
AProjectArn | Specify the Amazon Resource Name (ARN) of the project that will manage the project version you want to train. |
AOutputConfig | Specify the Amazon S3 bucket location to store the results of training. |