AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the CreateModelCopyJob operation. Copies a model to another region so that it can be used there. For more information, see Copy models to be used in other regions in the Amazon Bedrock User Guide.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.Bedrock.AmazonBedrockRequest
      Amazon.Bedrock.Model.CreateModelCopyJobRequest

Namespace: Amazon.Bedrock.Model
Assembly: AWSSDK.Bedrock.dll
Version: 3.x.y.z

Syntax

C#
public class CreateModelCopyJobRequest : AmazonBedrockRequest
         IAmazonWebServiceRequest

The CreateModelCopyJobRequest type exposes the following members

Constructors

NameDescription
Public Method CreateModelCopyJobRequest()

Properties

NameTypeDescription
Public Property ClientRequestToken System.String

Gets and sets the property ClientRequestToken.

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.

Public Property ModelKmsKeyId System.String

Gets and sets the property ModelKmsKeyId.

The ARN of the KMS key that you use to encrypt the model copy.

Public Property SourceModelArn System.String

Gets and sets the property SourceModelArn.

The Amazon Resource Name (ARN) of the model to be copied.

Public Property TargetModelName System.String

Gets and sets the property TargetModelName.

A name for the copied model.

Public Property TargetModelTags System.Collections.Generic.List<Amazon.Bedrock.Model.Tag>

Gets and sets the property TargetModelTags.

Tags to associate with the target model. For more information, see Tag resources in the Amazon Bedrock User Guide.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5