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 GetModelImportJob operation.

Inheritance Hierarchy

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

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

Syntax

C#
public class GetModelImportJobResponse : AmazonWebServiceResponse

The GetModelImportJobResponse type exposes the following members

Constructors

NameDescription
Public Method GetModelImportJobResponse()

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 the resource was created.

Public Property EndTime System.DateTime

Gets and sets the property EndTime.

Time that the resource transitioned to terminal state.

Public Property FailureMessage System.String

Gets and sets the property FailureMessage.

Information about why the import job failed.

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

Gets and sets the property ImportedModelArn.

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

Public Property ImportedModelKmsKeyArn System.String

Gets and sets the property ImportedModelKmsKeyArn.

The imported model is encrypted at rest using this key.

Public Property ImportedModelName System.String

Gets and sets the property ImportedModelName.

The name of the imported model.

Public Property JobArn System.String

Gets and sets the property JobArn.

The Amazon Resource Name (ARN) of the import job.

Public Property JobName System.String

Gets and sets the property JobName.

The name of the import job.

Public Property LastModifiedTime System.DateTime

Gets and sets the property LastModifiedTime.

Time the resource was last modified.

Public Property ModelDataSource Amazon.Bedrock.Model.ModelDataSource

Gets and sets the property ModelDataSource.

The data source for the imported model.

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

Gets and sets the property RoleArn.

The Amazon Resource Name (ARN) of the IAM role associated with this job.

Public Property Status Amazon.Bedrock.ModelImportJobStatus

Gets and sets the property Status.

The status of the job. A successful job transitions from in-progress to completed when the imported model is ready to use. If the job failed, the failure message contains information about why the job failed.

Public Property VpcConfig Amazon.Bedrock.Model.VpcConfig

Gets and sets the property VpcConfig.

The Virtual Private Cloud (VPC) configuration of the import model job.

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