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