AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::SageMaker::MonitoringSchedule

CfnMonitoringSchedule

The `AWS::SageMaker::MonitoringSchedule` resource is an Amazon SageMaker resource type that regularly starts SageMaker processing Jobs to monitor the data captured for a SageMaker endpoint.

Import

import { CfnMonitoringSchedule } from 'aws-cdk-lib/aws-sagemaker';

Or use the module namespace:

import * as sagemaker from 'aws-cdk-lib/aws-sagemaker';
// sagemaker.CfnMonitoringSchedule

Properties

Configuration passed to the constructor as CfnMonitoringScheduleProps.

monitoringScheduleConfigRequired
IResolvable | MonitoringScheduleConfigProperty

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

monitoringScheduleNameRequired
string

The name of the monitoring schedule.

endpointNameOptional
string

The name of the endpoint using the monitoring schedule.

failureReasonOptional
string

Contains the reason a monitoring job failed, if it failed.

lastMonitoringExecutionSummaryOptional
IResolvable | MonitoringExecutionSummaryProperty

Describes metadata on the last execution to run, if there was one.

monitoringScheduleStatusOptional
string

The status of the monitoring schedule.

tagsOptional
CfnTag[]

An array of key-value pairs to apply to this resource. For more information, see [Tag](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html) .

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter