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

TuningJobCompletionCriteria

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

The job completion criteria.

interface TuningJobCompletionCriteria {
BestObjectiveNotImproving?: BestObjectiveNotImproving | null;
ConvergenceDetected?: ConvergenceDetected | null;
TargetObjectiveMetricValue?: number | null;
}

§Properties

§
BestObjectiveNotImproving?: BestObjectiveNotImproving | null
[src]

A flag to stop your hyperparameter tuning job if model performance fails to improve as evaluated against an objective function.

§
ConvergenceDetected?: ConvergenceDetected | null
[src]

A flag to top your hyperparameter tuning job if automatic model tuning (AMT) has detected that your model has converged as evaluated against your objective function.

§
TargetObjectiveMetricValue?: number | null
[src]

The value of the objective metric.