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

ModelDashboardModelCard

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

The model card for a model displayed in the Amazon SageMaker Model Dashboard.

interface ModelDashboardModelCard {
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

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

A timestamp that indicates when the model card was created.

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

A timestamp that indicates when the model card was last updated.

§
ModelCardArn?: string | null
[src]

The Amazon Resource Name (ARN) for a model card.

§
ModelCardName?: string | null
[src]

The name of a model card.

§
ModelCardStatus?: ModelCardStatus | null
[src]

The model card status.

§
ModelCardVersion?: number | null
[src]

The model card version.

§
ModelId?: string | null
[src]

For models created in SageMaker, this is the model ARN. For models created outside of SageMaker, this is a user-customized string.

§
RiskRating?: string | null
[src]

A model card's risk rating. Can be low, medium, or high.

§
SecurityConfig?: ModelCardSecurityConfig | null
[src]

The KMS Key ID (KMSKeyId) for encryption of model card information.

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

The tags associated with a model card.