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

AutoMLJobArtifacts

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

The artifacts that are generated during an AutoML job.

interface AutoMLJobArtifacts {
CandidateDefinitionNotebookLocation?: string | null;
DataExplorationNotebookLocation?: string | null;
}

§Properties

§
CandidateDefinitionNotebookLocation?: string | null
[src]

The URL of the notebook location.

§
DataExplorationNotebookLocation?: string | null
[src]

The URL of the notebook location.