Class: Aws::Rekognition::Types::CopyProjectVersionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::CopyProjectVersionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rekognition/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#destination_project_arn ⇒ String
The ARN of the project in the trusted AWS account that you want to copy the model version to.
-
#kms_key_id ⇒ String
The identifier for your AWS Key Management Service key (AWS KMS key).
-
#output_config ⇒ Types::OutputConfig
The S3 bucket and folder location where the training output for the source model version is placed.
-
#source_project_arn ⇒ String
The ARN of the source project in the trusting AWS account.
-
#source_project_version_arn ⇒ String
The ARN of the model version in the source project that you want to copy to a destination project.
-
#tags ⇒ Hash<String,String>
The key-value tags to assign to the model version.
-
#version_name ⇒ String
A name for the version of the model that’s copied to the destination project.
Instance Attribute Details
#destination_project_arn ⇒ String
The ARN of the project in the trusted AWS account that you want to copy the model version to.
808 809 810 811 812 813 814 815 816 817 818 |
# File 'lib/aws-sdk-rekognition/types.rb', line 808 class CopyProjectVersionRequest < Struct.new( :source_project_arn, :source_project_version_arn, :destination_project_arn, :version_name, :output_config, :tags, :kms_key_id) SENSITIVE = [] include Aws::Structure end |
#kms_key_id ⇒ String
The identifier for your AWS Key Management Service key (AWS KMS key). You can supply the Amazon Resource Name (ARN) of your KMS key, the ID of your KMS key, an alias for your KMS key, or an alias ARN. The key is used to encrypt training results and manifest files written to the output Amazon S3 bucket (‘OutputConfig`).
If you choose to use your own KMS key, you need the following permissions on the KMS key.
-
kms:CreateGrant
-
kms:DescribeKey
-
kms:GenerateDataKey
-
kms:Decrypt
If you don’t specify a value for ‘KmsKeyId`, images copied into the service are encrypted using a key that AWS owns and manages.
808 809 810 811 812 813 814 815 816 817 818 |
# File 'lib/aws-sdk-rekognition/types.rb', line 808 class CopyProjectVersionRequest < Struct.new( :source_project_arn, :source_project_version_arn, :destination_project_arn, :version_name, :output_config, :tags, :kms_key_id) SENSITIVE = [] include Aws::Structure end |
#output_config ⇒ Types::OutputConfig
The S3 bucket and folder location where the training output for the source model version is placed.
808 809 810 811 812 813 814 815 816 817 818 |
# File 'lib/aws-sdk-rekognition/types.rb', line 808 class CopyProjectVersionRequest < Struct.new( :source_project_arn, :source_project_version_arn, :destination_project_arn, :version_name, :output_config, :tags, :kms_key_id) SENSITIVE = [] include Aws::Structure end |
#source_project_arn ⇒ String
The ARN of the source project in the trusting AWS account.
808 809 810 811 812 813 814 815 816 817 818 |
# File 'lib/aws-sdk-rekognition/types.rb', line 808 class CopyProjectVersionRequest < Struct.new( :source_project_arn, :source_project_version_arn, :destination_project_arn, :version_name, :output_config, :tags, :kms_key_id) SENSITIVE = [] include Aws::Structure end |
#source_project_version_arn ⇒ String
The ARN of the model version in the source project that you want to copy to a destination project.
808 809 810 811 812 813 814 815 816 817 818 |
# File 'lib/aws-sdk-rekognition/types.rb', line 808 class CopyProjectVersionRequest < Struct.new( :source_project_arn, :source_project_version_arn, :destination_project_arn, :version_name, :output_config, :tags, :kms_key_id) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The key-value tags to assign to the model version.
808 809 810 811 812 813 814 815 816 817 818 |
# File 'lib/aws-sdk-rekognition/types.rb', line 808 class CopyProjectVersionRequest < Struct.new( :source_project_arn, :source_project_version_arn, :destination_project_arn, :version_name, :output_config, :tags, :kms_key_id) SENSITIVE = [] include Aws::Structure end |
#version_name ⇒ String
A name for the version of the model that’s copied to the destination project.
808 809 810 811 812 813 814 815 816 817 818 |
# File 'lib/aws-sdk-rekognition/types.rb', line 808 class CopyProjectVersionRequest < Struct.new( :source_project_arn, :source_project_version_arn, :destination_project_arn, :version_name, :output_config, :tags, :kms_key_id) SENSITIVE = [] include Aws::Structure end |