Skip to main content

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);

IRekognitionOutputConfig

Constructor for TRekognitionCopyProjectVersionRequest.

Parameters

NameDescription
ASourceProjectArnSpecify the Amazon Resource Name (ARN) of the project you want to copy the model version from.
ASourceProjectVersionArnSpecify the Amazon Resource Name (ARN) of the model version in the source project you want to copy.
ADestinationProjectArnSpecify the Amazon Resource Name (ARN) of the project you want to copy the model version to.
AVersionNameSpecify the name for the version of the model that's copied to the destination project.
AOutputConfigSpecify the S3 bucket and prefix where you want to store the training output for the source model version.