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

ModelCardExportOutputConfig

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

Configure the export output details for an Amazon SageMaker Model Card.

interface ModelCardExportOutputConfig {
S3OutputPath: string;
}

§Properties

§
S3OutputPath: string
[src]

The Amazon S3 output path to export your model card PDF.