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

UpdateMonitoringScheduleRequest

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

§Properties

§
MonitoringScheduleConfig: MonitoringScheduleConfig
[src]

The configuration object that specifies the monitoring schedule and defines the monitoring job.

§
MonitoringScheduleName: string
[src]

The name of the monitoring schedule. The name must be unique within an Amazon Web Services Region within an Amazon Web Services account.