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

ModelDashboardMonitoringSchedule

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

A monitoring schedule for a model displayed in the Amazon SageMaker Model Dashboard.

interface ModelDashboardMonitoringSchedule {
CreationTime?: Date | number | null;
EndpointName?: string | null;
FailureReason?: string | null;
LastModifiedTime?: Date | number | null;
LastMonitoringExecutionSummary?: MonitoringExecutionSummary | null;
MonitoringAlertSummaries?: MonitoringAlertSummary[] | null;
MonitoringScheduleArn?: string | null;
MonitoringScheduleConfig?: MonitoringScheduleConfig | null;
MonitoringScheduleName?: string | null;
MonitoringScheduleStatus?: ScheduleStatus | null;
MonitoringType?: MonitoringType | null;
}

§Properties

§
CreationTime?: Date | number | null
[src]

A timestamp that indicates when the monitoring schedule was created.

§
EndpointName?: string | null
[src]

The endpoint which is monitored.

§
FailureReason?: string | null
[src]

If a monitoring job failed, provides the reason.

§
LastModifiedTime?: Date | number | null
[src]

A timestamp that indicates when the monitoring schedule was last updated.

§
LastMonitoringExecutionSummary?: MonitoringExecutionSummary | null
[src]
§
MonitoringAlertSummaries?: MonitoringAlertSummary[] | null
[src]

A JSON array where each element is a summary for a monitoring alert.

§
MonitoringScheduleArn?: string | null
[src]

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

§
MonitoringScheduleConfig?: MonitoringScheduleConfig | null
[src]
§
MonitoringScheduleName?: string | null
[src]

The name of a monitoring schedule.

§
MonitoringScheduleStatus?: ScheduleStatus | null
[src]

The status of the monitoring schedule.

§
MonitoringType?: MonitoringType | null
[src]

The monitor type of a model monitor.