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

MonitoringSchedule

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

A schedule for a model monitoring job. For information about model monitor, see Amazon SageMaker Model Monitor.

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

§Properties

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

The time that the monitoring schedule was created.

§
EndpointName?: string | null
[src]

The endpoint that hosts the model being monitored.

§
FailureReason?: string | null
[src]

If the monitoring schedule failed, the reason it failed.

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

The last time the monitoring schedule was changed.

§
LastMonitoringExecutionSummary?: MonitoringExecutionSummary | null
[src]
§
MonitoringScheduleArn?: string | null
[src]

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

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

The name of the monitoring schedule.

§
MonitoringScheduleStatus?: ScheduleStatus | null
[src]

The status of the monitoring schedule. This can be one of the following values.

  • PENDING - The schedule is pending being created.
  • FAILED - The schedule failed.
  • SCHEDULED - The schedule was successfully created.
  • STOPPED - The schedule was stopped.
§
MonitoringType?: MonitoringType | null
[src]

The type of the monitoring job definition to schedule.

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

A list of the tags associated with the monitoring schedlue. For more information, see Tagging Amazon Web Services resources in the Amazon Web Services General Reference Guide.