Skip to main content

IRekognitionCopyProjectVersionRequest

Interface in AWS.Rekognition

Interface for CopyProjectVersion requests.

Ancestors

Properties

DestinationProjectArn

property DestinationProjectArn: TARN

Specify the Amazon Resource Name (ARN) of the project you want to copy the model version to.

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 S3 bucket and prefix where you want to store the training output for the source model version.

SourceProjectArn

property SourceProjectArn: TARN

Specify the Amazon Resource Name (ARN) of the project you want to copy the model version from.

SourceProjectVersionArn

property SourceProjectVersionArn: TARN

Specify the Amazon Resource Name (ARN) of the model version in the source project you want to copy.

Tags

property Tags: TDictionary<string, string>

Specify key-value tags to assign to the model version.

VersionName

property VersionName: string

Specify the name for the version of the model that's copied to the destination project.

Methods

AddTag

procedure AddTag(const AName, AValue: string);

Add a name/value pair to Tags.

Parameters

NameDescription
ANameSpecify the name of the tag to add to Tags.
AValueSpecify the value of the tag to add to Tags.