Class: Aws::Bedrock::Types::CreateModelCopyJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::CreateModelCopyJobRequest
- Defined in:
- gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_request_token ⇒ String
A unique, case-sensitive identifier to ensure that the API request completes no more than one time.
-
#model_kms_key_id ⇒ String
The ARN of the KMS key that you use to encrypt the model copy.
-
#source_model_arn ⇒ String
The Amazon Resource Name (ARN) of the model to be copied.
-
#target_model_name ⇒ String
A name for the copied model.
-
#target_model_tags ⇒ Array<Types::Tag>
Tags to associate with the target model.
Instance Attribute Details
#client_request_token ⇒ String
A unique, case-sensitive identifier to ensure that the API request completes no more than one time. If this token matches a previous request, Amazon Bedrock ignores the request, but does not return an error. For more information, see Ensuring idempotency.
A suitable default value is auto-generated. You should normally not need to pass this option.
513 514 515 516 517 518 519 520 521 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 513 class CreateModelCopyJobRequest < Struct.new( :source_model_arn, :target_model_name, :model_kms_key_id, :target_model_tags, :client_request_token) SENSITIVE = [] include Aws::Structure end |
#model_kms_key_id ⇒ String
The ARN of the KMS key that you use to encrypt the model copy.
513 514 515 516 517 518 519 520 521 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 513 class CreateModelCopyJobRequest < Struct.new( :source_model_arn, :target_model_name, :model_kms_key_id, :target_model_tags, :client_request_token) SENSITIVE = [] include Aws::Structure end |
#source_model_arn ⇒ String
The Amazon Resource Name (ARN) of the model to be copied.
513 514 515 516 517 518 519 520 521 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 513 class CreateModelCopyJobRequest < Struct.new( :source_model_arn, :target_model_name, :model_kms_key_id, :target_model_tags, :client_request_token) SENSITIVE = [] include Aws::Structure end |
#target_model_name ⇒ String
A name for the copied model.
513 514 515 516 517 518 519 520 521 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 513 class CreateModelCopyJobRequest < Struct.new( :source_model_arn, :target_model_name, :model_kms_key_id, :target_model_tags, :client_request_token) SENSITIVE = [] include Aws::Structure end |
#target_model_tags ⇒ Array<Types::Tag>
Tags to associate with the target model. For more information, see Tag resources in the Amazon Bedrock User Guide.
513 514 515 516 517 518 519 520 521 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 513 class CreateModelCopyJobRequest < Struct.new( :source_model_arn, :target_model_name, :model_kms_key_id, :target_model_tags, :client_request_token) SENSITIVE = [] include Aws::Structure end |