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

MetricsSource

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

Details about the metrics source.

interface MetricsSource {
ContentDigest?: string | null;
ContentType: string;
S3Uri: string;
}

§Properties

§
ContentDigest?: string | null
[src]

The hash key used for the metrics source.

§
ContentType: string
[src]

The metric source content type.

§
S3Uri: string
[src]

The S3 URI for the metrics source.