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

CandidateArtifactLocations

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

The location of artifacts for an AutoML candidate job.

interface CandidateArtifactLocations {
Explainability: string;
ModelInsights?: string | null;
}

§Properties

§
Explainability: string
[src]

The Amazon S3 prefix to the explainability artifacts generated for the AutoML candidate.

§
ModelInsights?: string | null
[src]

The Amazon S3 prefix to the model insight artifacts generated for the AutoML candidate.