SageMaker Monitoring Schedule

SageMaker Monitoring Schedule is an AWS resource that defines and manages recurring monitoring jobs for machine learning models. It allows you to automatically run data quality, model quality, bias, or feature attribution checks on a set schedule. This helps ensure models remain accurate, fair, and reliable over time by continuously evaluating their performance against defined baselines.

aws.sagemaker_monitoring_schedule

Fields

TitleIDTypeData TypeDescription
_keycorestring
account_idcorestring
creation_timecoretimestampThe time at which the monitoring job was created.
endpoint_namecorestringThe name of the endpoint for the monitoring job.
failure_reasoncorestringA string, up to one KB in size, that contains the reason a monitoring job failed, if it failed.
last_modified_timecoretimestampThe time at which the monitoring job was last modified.
last_monitoring_execution_summarycorejsonDescribes metadata on the last execution to run, if there was one.
monitoring_schedule_arncorestringThe Amazon Resource Name (ARN) of the monitoring schedule.
monitoring_schedule_configcorejsonThe configuration object that specifies the monitoring schedule and defines the monitoring job.
monitoring_schedule_namecorestringName of the monitoring schedule.
monitoring_schedule_statuscorestringThe status of an monitoring job.
monitoring_typecorestringThe 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.
tagscorehstore