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

ModelCardExportArtifacts

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

The artifacts of the model card export job.

interface ModelCardExportArtifacts {
S3ExportArtifacts: string;
}

§Properties

§
S3ExportArtifacts: string
[src]

The Amazon S3 URI of the exported model artifacts.