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

HyperParameterTuningJobObjective

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

Defines the objective metric for a hyperparameter tuning job. Hyperparameter tuning uses the value of this metric to evaluate the training jobs it launches, and returns the training job that results in either the highest or lowest value for this metric, depending on the value you specify for the Type parameter.

interface HyperParameterTuningJobObjective {
MetricName: string;
}

§Properties

§
MetricName: string
[src]

The name of the metric to use for the objective metric.

§

Whether to minimize or maximize the objective metric.