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.

This is the response object from the GetModelCopyJob operation.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceResponse
    Amazon.Bedrock.Model.GetModelCopyJobResponse

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

Syntax

C#
public class GetModelCopyJobResponse : AmazonWebServiceResponse

The GetModelCopyJobResponse type exposes the following members

Constructors

NameDescription
Public Method GetModelCopyJobResponse()

Properties

NameTypeDescription
Public Property ContentLength System.Int64 Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property CreationTime System.DateTime

Gets and sets the property CreationTime.

The time at which the model copy job was created.

Public Property FailureMessage System.String

Gets and sets the property FailureMessage.

An error message for why the model copy job failed.

Public Property HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property JobArn System.String

Gets and sets the property JobArn.

The Amazon Resource Name (ARN) of the model copy job.

Public Property ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property SourceAccountId System.String

Gets and sets the property SourceAccountId.

The unique identifier of the account that the model being copied originated from.

Public Property SourceModelArn System.String

Gets and sets the property SourceModelArn.

The Amazon Resource Name (ARN) of the original model being copied.

Public Property SourceModelName System.String

Gets and sets the property SourceModelName.

The name of the original model being copied.

Public Property Status Amazon.Bedrock.ModelCopyJobStatus

Gets and sets the property Status.

The status of the model copy job.

Public Property TargetModelArn System.String

Gets and sets the property TargetModelArn.

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

Public Property TargetModelKmsKeyArn System.String

Gets and sets the property TargetModelKmsKeyArn.

The Amazon Resource Name (ARN) of the KMS key encrypting the copied model.

Public Property TargetModelName System.String

Gets and sets the property TargetModelName.

The name of the copied model.

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

Gets and sets the property TargetModelTags.

The tags associated with the copied model.

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