AWS::SageMaker::MonitoringSchedule MonitoringExecutionSummary - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new 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 CloudFormation template, use the following syntax:

JSON

{ "CreationTime" : String, "EndpointName" : String, "FailureReason" : String, "LastModifiedTime" : String, "MonitoringExecutionStatus" : String, "MonitoringScheduleName" : String, "ProcessingJobArn" : String, "ScheduledTime" : 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: 63

Update requires: No interruption

FailureReason

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

Required: No

Type: String

Maximum: 1024

Update 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 | Stopped

Update requires: No interruption

MonitoringScheduleName

The name of the monitoring schedule.

Required: Yes

Type: String

Pattern: ^[a-zA-Z0-9](-*[a-zA-Z0-9])*$

Maximum: 63

Update 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: 256

Update requires: No interruption

ScheduledTime

The time the monitoring job was scheduled.

Required: Yes

Type: String

Update requires: No interruption