AWS::SageMaker::MonitoringScheduleThe `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 { CfnMonitoringSchedule } from 'aws-cdk-lib/aws-sagemaker';Or use the module namespace:
import * as sagemaker from 'aws-cdk-lib/aws-sagemaker';
// sagemaker.CfnMonitoringScheduleConfiguration passed to the constructor as CfnMonitoringScheduleProps.
monitoringScheduleConfigRequiredIResolvable | MonitoringScheduleConfigPropertyThe configuration object that specifies the monitoring schedule and defines the monitoring job.
monitoringScheduleNameRequiredstringThe name of the monitoring schedule.
endpointNameOptionalstringThe name of the endpoint using the monitoring schedule.
failureReasonOptionalstringContains the reason a monitoring job failed, if it failed.
lastMonitoringExecutionSummaryOptionalIResolvable | MonitoringExecutionSummaryPropertyDescribes metadata on the last execution to run, if there was one.
monitoringScheduleStatusOptionalstringThe status of the monitoring schedule.
tagsOptionalCfnTag[]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) .
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-sagemakerAWS::SageMaker::MonitoringSchedule