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

MetricDatum

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

Information about the metric for a candidate produced by an AutoML job.

interface MetricDatum {
MetricName?: AutoMLMetricEnum | null;
Set?: MetricSetSource | null;
StandardMetricName?: AutoMLMetricExtendedEnum | null;
Value?: number | null;
}

§Properties

§
MetricName?: AutoMLMetricEnum | null
[src]

The name of the metric.

§

The dataset split from which the AutoML job produced the metric.

§
StandardMetricName?: AutoMLMetricExtendedEnum | null
[src]

The name of the standard metric.

Note: For definitions of the standard metrics, see Autopilot candidate metrics.

§
Value?: number | null
[src]

The value of the metric.