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

FinalAutoMLJobObjectiveMetric

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

The best candidate result from an AutoML training job.

interface FinalAutoMLJobObjectiveMetric {
MetricName: AutoMLMetricEnum;
StandardMetricName?: AutoMLMetricEnum | null;
Type?: AutoMLJobObjectiveType | null;
Value: number;
}

§Properties

§

The name of the metric with the best result. For a description of the possible objective metrics, see "AutoMLJobObjective$MetricName".

§
StandardMetricName?: AutoMLMetricEnum | null
[src]

The name of the standard metric. For a description of the standard metrics, see Autopilot candidate metrics.

§

The type of metric with the best result.

§
Value: number
[src]

The value of the metric with the best result.