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

MonitoringInput

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

The inputs for a monitoring job.

interface MonitoringInput {
EndpointInput: EndpointInput;
}

§Properties

§
EndpointInput: EndpointInput
[src]

The endpoint for a monitoring job.