Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DescribeModelCardResponse

import type { DescribeModelCardResponse } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";
interface DescribeModelCardResponse {
Content: string;
CreatedBy: UserContext;
CreationTime: Date | number;
LastModifiedBy?: UserContext | null;
LastModifiedTime?: Date | number | null;
ModelCardArn: string;
ModelCardName: string;
ModelCardProcessingStatus?: ModelCardProcessingStatus | null;
ModelCardStatus: ModelCardStatus;
ModelCardVersion: number;
SecurityConfig?: ModelCardSecurityConfig | null;
}

§Properties

§
Content: string
[src]

The content of the model card.

§
CreationTime: Date | number
[src]

The date and time the model card was created.

§
LastModifiedBy?: UserContext | null
[src]
§
LastModifiedTime?: Date | number | null
[src]

The date and time the model card was last modified.

§
ModelCardArn: string
[src]

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

§
ModelCardName: string
[src]

The name of the model card.

§
ModelCardProcessingStatus?: ModelCardProcessingStatus | null
[src]

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.
§
ModelCardStatus: ModelCardStatus
[src]

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.
§
ModelCardVersion: number
[src]

The version of the model card.

§
SecurityConfig?: ModelCardSecurityConfig | null
[src]

The security configuration used to protect model card content.