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

ModelCardVersionSummary

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

A summary of a specific version of the model card.

interface ModelCardVersionSummary {
CreationTime: Date | number;
LastModifiedTime?: Date | number | null;
ModelCardArn: string;
ModelCardName: string;
ModelCardStatus: ModelCardStatus;
ModelCardVersion: number;
}

§Properties

§
CreationTime: Date | number
[src]

The date and time that the model card version was created.

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

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

§
ModelCardArn: string
[src]

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

§
ModelCardName: string
[src]

The name of the model card.

§
ModelCardStatus: ModelCardStatus
[src]

The approval status of the model card version 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]

A version of the model card.