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

FinalHyperParameterTuningJobObjectiveMetric

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

Shows the final value for the objective metric for a training job that was launched by a hyperparameter tuning job. You define the objective metric in the HyperParameterTuningJobObjective parameter of "HyperParameterTuningJobConfig".

interface FinalHyperParameterTuningJobObjectiveMetric {
MetricName: string;
Value: number;
}

§Properties

§
MetricName: string
[src]

The name of the objective metric.

§

Whether to minimize or maximize the objective metric. Valid values are Minimize and Maximize.

§
Value: number
[src]

The value of the objective metric.