TRekognitionCopyProjectVersionRequest
Class in AWS.Rekognition
CopyProjectVersion request class.
Ancestors
Properties
DestinationProjectArn
property DestinationProjectArn: TARN
KmsKeyId
property KmsKeyId: string
OutputConfig
property OutputConfig: IRekognitionOutputConfig
Type: IRekognitionOutputConfig
SourceProjectArn
property SourceProjectArn: TARN
SourceProjectVersionArn
property SourceProjectVersionArn: TARN
Tags
property Tags: TDictionary<string, string>
VersionName
property VersionName: string
Constructors
Create
constructor Create(const ASourceProjectArn, ASourceProjectVersionArn, ADestinationProjectArn: TARN; const AVersionName: string; const AOutputConfig: IRekognitionOutputConfig);
Constructor for TRekognitionCopyProjectVersionRequest.
Parameters
| Name | Description |
|---|---|
ASourceProjectArn | Specify the Amazon Resource Name (ARN) of the project you want to copy the model version from. |
ASourceProjectVersionArn | Specify the Amazon Resource Name (ARN) of the model version in the source project you want to copy. |
ADestinationProjectArn | Specify the Amazon Resource Name (ARN) of the project you want to copy the model version to. |
AVersionName | Specify the name for the version of the model that's copied to the destination project. |
AOutputConfig | Specify the S3 bucket and prefix where you want to store the training output for the source model version. |