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

CreateModelCardRequest

import type { CreateModelCardRequest } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";
interface CreateModelCardRequest {
Content: string;
ModelCardName: string;
ModelCardStatus: ModelCardStatus;
SecurityConfig?: ModelCardSecurityConfig | null;
Tags?: Tag[] | null;
}

§Properties

§
Content: string
[src]

The content of the model card. Content must be in model card JSON schema and provided as a string.

§
ModelCardName: string
[src]

The unique name of the model card.

§
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.
§
SecurityConfig?: ModelCardSecurityConfig | null
[src]

An optional Key Management Service key to encrypt, decrypt, and re-encrypt model card content for regulated workloads with highly sensitive data.

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

Key-value pairs used to manage metadata for model cards.