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

Inheritance Hierarchy

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

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

Syntax

C#
public class DescribeModelCardResponse : AmazonWebServiceResponse

The DescribeModelCardResponse type exposes the following members

Constructors

NameDescription
Public Method DescribeModelCardResponse()

Properties

NameTypeDescription
Public Property Content System.String

Gets and sets the property Content.

The content of the model card.

Public Property ContentLength System.Int64 Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property CreatedBy Amazon.SageMaker.Model.UserContext

Gets and sets the property CreatedBy.

Public Property CreationTime System.DateTime

Gets and sets the property CreationTime.

The date and time the model card was created.

Public Property HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property LastModifiedBy Amazon.SageMaker.Model.UserContext

Gets and sets the property LastModifiedBy.

Public Property LastModifiedTime System.DateTime

Gets and sets the property LastModifiedTime.

The date and time the model card was last modified.

Public Property ModelCardArn System.String

Gets and sets the property ModelCardArn.

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

Public Property ModelCardName System.String

Gets and sets the property ModelCardName.

The name of the model card.

Public Property ModelCardProcessingStatus Amazon.SageMaker.ModelCardProcessingStatus

Gets and sets the property ModelCardProcessingStatus.

The processing status of model card deletion. The ModelCardProcessingStatus updates throughout the different deletion steps.

  • DeletePending: Model card deletion request received.

  • DeleteInProgress: Model card deletion is in progress.

  • ContentDeleted: Deleted model card content.

  • ExportJobsDeleted: Deleted all export jobs associated with the model card.

  • DeleteCompleted: Successfully deleted the model card.

  • DeleteFailed: The model card failed to delete.

Public Property ModelCardStatus Amazon.SageMaker.ModelCardStatus

Gets and sets the property ModelCardStatus.

The approval status of the model card within your organization. Different organizations might have different criteria for model card review and approval.

  • Draft: The model card is a work in progress.

  • PendingReview: The model card is pending review.

  • Approved: The model card is approved.

  • Archived: The model card is archived. No more updates should be made to the model card, but it can still be exported.

Public Property ModelCardVersion System.Int32

Gets and sets the property ModelCardVersion.

The version of the model card.

Public Property ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property SecurityConfig Amazon.SageMaker.Model.ModelCardSecurityConfig

Gets and sets the property SecurityConfig.

The security configuration used to protect model card content.

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