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

BatchPutMetricsRequest

import type { BatchPutMetricsRequest } from "https://aws-api.deno.dev/v0.4/services/sagemakermetrics.ts?docs=full";
interface BatchPutMetricsRequest {
MetricData: RawMetricData[];
TrialComponentName: string;
}

§Properties

§
MetricData: RawMetricData[]
[src]

A list of raw metric values to put.

§
TrialComponentName: string
[src]

The name of the Trial Component to associate with the metrics.