IRekognitionCreateProjectVersionRequest
Interface in AWS.Rekognition
Interface for CreateProjectVersion requests.
Ancestors
Properties
FeatureConfig
property FeatureConfig: IRekognitionCustomizationFeatureConfig
Type: IRekognitionCustomizationFeatureConfig
Optionally, specify feature specific configuration of the training job.
KmsKeyId
property KmsKeyId: string
Specify the identifier for your AWS Key Management Service key (AWS KMS Key).
The key is used to encrypt training results.
OutputConfig
property OutputConfig: IRekognitionOutputConfig
Type: IRekognitionOutputConfig
Specify the Amazon S3 bucket location to store the results of training.
ProjectArn
property ProjectArn: TARN
Specify the Amazon Resource Name (ARN) of the project that will manage the project version you want to train.
Tags
property Tags: TDictionary<string, string>
A set of key-value pairs that you want to attach to the project version.
TestingData
property TestingData: IRekognitionTestingData
Type: IRekognitionTestingData
Optionally, specify an external manifest that the service uses to test the project version.
If specified, TrainingData must also be specified. The project must not have any associated datasets.
TrainingData
property TrainingData: IRekognitionTrainingData
Type: IRekognitionTrainingData
Optionally, specify an external manifest that the service uses to train the project version.
If specified, TestingData must also be specified. The project must not have any associated datasets.
VersionDescription
property VersionDescription: string
Optionally, specify a description for the project version being created.
VersionName
property VersionName: string
Specify a name for the project version. This value must be unique.
Methods
AddTag
procedure AddTag(const AKey, AValue: string);
Add a key-value pair to Tags.
Parameters
| Name | Description |
|---|---|
AKey | Specify the tag key. |
AValue | Specify the tag value. |