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

CreateMonitoringScheduleRequest

import type { CreateMonitoringScheduleRequest } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";
interface CreateMonitoringScheduleRequest {
MonitoringScheduleConfig: MonitoringScheduleConfig;
MonitoringScheduleName: string;
Tags?: Tag[] | null;
}

§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.

§
Tags?: Tag[] | null
[src]

(Optional) An array of key-value pairs. For more information, see Using Cost Allocation Tags in the Amazon Web Services Billing and Cost Management User Guide.