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

MetricData

import type { MetricData } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/sagemaker.ts";
interface MetricData {
MetricName?: string | null;
Timestamp?: Date | number | null;
Value?: number | null;
}

§Properties

§
MetricName?: string | null
[src]
§
Timestamp?: Date | number | null
[src]
§
Value?: number | null
[src]