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

ModelCard

import type { ModelCard } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";

An Amazon SageMaker Model Card.

interface ModelCard {
Content?: string | null;
CreatedBy?: UserContext | null;
CreationTime?: Date | number | null;
LastModifiedBy?: UserContext | null;
LastModifiedTime?: Date | number | null;
ModelCardArn?: string | null;
ModelCardName?: string | null;
ModelCardStatus?: ModelCardStatus | null;
ModelCardVersion?: number | null;
ModelId?: string | null;
RiskRating?: string | null;
SecurityConfig?: ModelCardSecurityConfig | null;
Tags?: Tag[] | null;
}

§Properties

§
Content?: string | null
[src]

The content of the model card. Content uses the model card JSON schema and provided as a string.

§
CreatedBy?: UserContext | null
[src]
§
CreationTime?: Date | number | null
[src]

The date and time that the model card was created.

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

The date and time that the model card was last modified.

§
ModelCardArn?: string | null
[src]

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

§
ModelCardName?: string | null
[src]

The unique name of the model card.

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

The version of the model card.

§
ModelId?: string | null
[src]

The unique name (ID) of the model.

§
RiskRating?: string | null
[src]

The risk rating of the model. Different organizations might have different criteria for model card risk ratings. For more information, see Risk ratings.

§
SecurityConfig?: ModelCardSecurityConfig | null
[src]

The security configuration used to protect model card data.

§
Tags?: Tag[] | null
[src]

Key-value pairs used to manage metadata for the model card.