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

CandidateProperties

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

The properties of an AutoML candidate job.

interface CandidateProperties {
CandidateArtifactLocations?: CandidateArtifactLocations | null;
CandidateMetrics?: MetricDatum[] | null;
}

§Properties

§
CandidateArtifactLocations?: CandidateArtifactLocations | null
[src]

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

§
CandidateMetrics?: MetricDatum[] | null
[src]

Information about the candidate metrics for an AutoML job.