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

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceResponse
    Amazon.SageMaker.Model.DescribeModelCardExportJobResponse

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

Syntax

C#
public class DescribeModelCardExportJobResponse : AmazonWebServiceResponse

The DescribeModelCardExportJobResponse type exposes the following members

Constructors

Properties

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

Gets and sets the property CreatedAt.

The date and time that the model export job was created.

Public Property ExportArtifacts Amazon.SageMaker.Model.ModelCardExportArtifacts

Gets and sets the property ExportArtifacts.

The exported model card artifacts.

Public Property FailureReason System.String

Gets and sets the property FailureReason.

The failure reason if the model export job fails.

Public Property HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property LastModifiedAt System.DateTime

Gets and sets the property LastModifiedAt.

The date and time that the model export job was last modified.

Public Property ModelCardExportJobArn System.String

Gets and sets the property ModelCardExportJobArn.

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

Public Property ModelCardExportJobName System.String

Gets and sets the property ModelCardExportJobName.

The name of the model card export job to describe.

Public Property ModelCardName System.String

Gets and sets the property ModelCardName.

The name or Amazon Resource Name (ARN) of the model card that the model export job exports.

Public Property ModelCardVersion System.Int32

Gets and sets the property ModelCardVersion.

The version of the model card that the model export job exports.

Public Property OutputConfig Amazon.SageMaker.Model.ModelCardExportOutputConfig

Gets and sets the property OutputConfig.

The export output details for the model card.

Public Property ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property Status Amazon.SageMaker.ModelCardExportJobStatus

Gets and sets the property Status.

The completion status of the model card export job.

  • InProgress: The model card export job is in progress.

  • Completed: The model card export job is complete.

  • Failed: The model card export job failed. To see the reason for the failure, see the FailureReason field in the response to a DescribeModelCardExportJob call.

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