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

RawMetricData

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

The raw metric data to associate with the resource.

interface RawMetricData {
MetricName: string;
Step?: number | null;
Timestamp: Date | number;
Value: number;
}

§Properties

§
MetricName: string
[src]

The name of the metric.

§
Step?: number | null
[src]

The metric step (epoch).

§
Timestamp: Date | number
[src]

The time that the metric was recorded.

§
Value: number
[src]

The metric value.