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

ModelCardExportJobSummary

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

The summary of the Amazon SageMaker Model Card export job.

interface ModelCardExportJobSummary {
CreatedAt: Date | number;
LastModifiedAt: Date | number;
ModelCardExportJobArn: string;
ModelCardExportJobName: string;
ModelCardName: string;
ModelCardVersion: number;
}

§Properties

§
CreatedAt: Date | number
[src]

The date and time that the model card export job was created.

§
LastModifiedAt: Date | number
[src]

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

§
ModelCardExportJobArn: string
[src]

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

§
ModelCardExportJobName: string
[src]

The name of the model card export job.

§
ModelCardName: string
[src]

The name of the model card that the export job exports.

§
ModelCardVersion: number
[src]

The version of the model card that the export job exports.

§

The completion status of the model card export job.