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

MonitoringScheduleSummary

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

Summarizes the monitoring schedule.

interface MonitoringScheduleSummary {
CreationTime: Date | number;
EndpointName?: string | null;
LastModifiedTime: Date | number;
MonitoringJobDefinitionName?: string | null;
MonitoringScheduleArn: string;
MonitoringScheduleName: string;
MonitoringScheduleStatus: ScheduleStatus;
MonitoringType?: MonitoringType | null;
}

§Properties

§
CreationTime: Date | number
[src]

The creation time of the monitoring schedule.

§
EndpointName?: string | null
[src]

The name of the endpoint using the monitoring schedule.

§
LastModifiedTime: Date | number
[src]

The last time the monitoring schedule was modified.

§
MonitoringJobDefinitionName?: string | null
[src]

The name of the monitoring job definition that the schedule is for.

§
MonitoringScheduleArn: string
[src]

The Amazon Resource Name (ARN) of the monitoring schedule.

§
MonitoringScheduleName: string
[src]

The name of the monitoring schedule.

§
MonitoringScheduleStatus: ScheduleStatus
[src]

The status of the monitoring schedule.

§
MonitoringType?: MonitoringType | null
[src]

The type of the monitoring job definition that the schedule is for.