Get event notifications for ModelLifeCycle - Amazon SageMaker AI
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

Get event notifications for ModelLifeCycle

You can get the ModelLifeCycle update notifications and events with EventBridge in your account. The following is an example of an EventBridge rule, to be configured in your account, in order to get the ModelLifeCycle event notifications.

{ "source": ["aws.sagemaker"], "detail-type": ["SageMaker Model Package State Change"] }

For an example EventBridge payload you may receive, see SageMaker model package state change.