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

ConvergenceDetected

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

A flag to indicating that automatic model tuning (AMT) has detected model convergence, defined as a lack of significant improvement (1% or less) against an objective metric.

interface ConvergenceDetected {
CompleteOnConvergence?: CompleteOnConvergence | null;
}

§Properties

§
CompleteOnConvergence?: CompleteOnConvergence | null
[src]

A flag to stop a tuning job once AMT has detected that the job has converged.