Get event notifications for ModelLifeCycle - Amazon SageMaker AI
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

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.