This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::SageMaker::MonitoringSchedule MonitoringExecutionSummary
Summary of information about the last monitoring job to run.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "CreationTime" :String, "EndpointName" :String, "FailureReason" :String, "LastModifiedTime" :String, "MonitoringExecutionStatus" :String, "MonitoringScheduleName" :String, "ProcessingJobArn" :String, "ScheduledTime" :String}
YAML
CreationTime:StringEndpointName:StringFailureReason:StringLastModifiedTime:StringMonitoringExecutionStatus:StringMonitoringScheduleName:StringProcessingJobArn:StringScheduledTime:String
Properties
- CreationTime
- 
                    The time at which the monitoring job was created. Required: Yes Type: String Update requires: No interruption 
- EndpointName
- 
                    The name of the endpoint used to run the monitoring job. Required: No Type: String Pattern: ^[a-zA-Z0-9](-*[a-zA-Z0-9])*Maximum: 63Update requires: No interruption 
- FailureReason
- 
                    Contains the reason a monitoring job failed, if it failed. Required: No Type: String Maximum: 1024Update requires: No interruption 
- LastModifiedTime
- 
                    A timestamp that indicates the last time the monitoring job was modified. Required: Yes Type: String Update requires: No interruption 
- MonitoringExecutionStatus
- 
                    The status of the monitoring job. Required: Yes Type: String Allowed values: Pending | Completed | CompletedWithViolations | InProgress | Failed | Stopping | StoppedUpdate requires: No interruption 
- MonitoringScheduleName
- 
                    The name of the monitoring schedule. Required: Yes Type: String Pattern: ^[a-zA-Z0-9](-*[a-zA-Z0-9])*$Maximum: 63Update requires: No interruption 
- ProcessingJobArn
- 
                    The Amazon Resource Name (ARN) of the monitoring job. Required: No Type: String Pattern: aws[a-z\-]*:sagemaker:[a-z0-9\-]*:[0-9]{12}:processing-job/.*Maximum: 256Update requires: No interruption 
- ScheduledTime
- 
                    The time the monitoring job was scheduled. Required: Yes Type: String Update requires: No interruption