NAME
Paws::SageMaker::DescribeMonitoringScheduleResponse
ATTRIBUTES
REQUIRED CreationTime => Str
The time at which the monitoring job was created.
EndpointName => Str
The name of the endpoint for the monitoring job.
FailureReason => Str
A string, up to one KB in size, that contains the reason a monitoring job failed, if it failed.
REQUIRED LastModifiedTime => Str
The time at which the monitoring job was last modified.
LastMonitoringExecutionSummary => Paws::SageMaker::MonitoringExecutionSummary
Describes metadata on the last execution to run, if there was one.
REQUIRED MonitoringScheduleArn => Str
The Amazon Resource Name (ARN) of the monitoring schedule.
REQUIRED MonitoringScheduleConfig => Paws::SageMaker::MonitoringScheduleConfig
The configuration object that specifies the monitoring schedule and defines the monitoring job.
REQUIRED MonitoringScheduleName => Str
Name of the monitoring schedule.
REQUIRED MonitoringScheduleStatus => Str
The status of an monitoring job.
Valid values are: "Pending"
, "Failed"
, "Scheduled"
, "Stopped"
=head2 MonitoringType => Str
The type of the monitoring job that this schedule runs. This is one of the following values.
DATA_QUALITY
- The schedule is for a data quality monitoring job.MODEL_QUALITY
- The schedule is for a model quality monitoring job.MODEL_BIAS
- The schedule is for a bias monitoring job.MODEL_EXPLAINABILITY
- The schedule is for an explainability monitoring job.
Valid values are: "DataQuality"
, "ModelQuality"
, "ModelBias"
, "ModelExplainability"
=head2 _request_id => Str