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

CreateModelCardExportJobRequest

import type { CreateModelCardExportJobRequest } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";
interface CreateModelCardExportJobRequest {
ModelCardExportJobName: string;
ModelCardName: string;
ModelCardVersion?: number | null;
}

§Properties

§
ModelCardExportJobName: string
[src]

The name of the model card export job.

§
ModelCardName: string
[src]

The name of the model card to export.

§
ModelCardVersion?: number | null
[src]

The version of the model card to export. If a version is not provided, then the latest version of the model card is exported.

§

The model card output configuration that specifies the Amazon S3 path for exporting.