Aws Model Quality Monitoring without Endpoints

151 views Asked by At

Is there any possible ways to do model monitoring in aws without an endpoint? Kindly share any good notebook regarding this if you knew

Aws not gives any explainable example regarding Batch Model monitoring.

1

There are 1 answers

1
Anastasia Tzeveleka On

Amazon SageMaker Model Monitor monitors the quality of Amazon SageMaker machine learning models in production.

You can set up continuous monitoring with a real-time endpoint (or a batch transform job that runs regularly), or on-schedule monitoring for asynchronous batch transform jobs.

Here are some example notebooks:

(1) SageMaker Model Monitor with Batch Transform - Data Quality Monitoring On-Schedule (link)

(2) SageMaker Data Quality Model Monitor for Batch Transform with SageMaker Pipelines On-demand (link)