Notification Class

Configuration for notification.

Inheritance
azure.ai.ml.entities._mixins.RestTranslatableMixin
Notification

Constructor

Notification(*, email_on: List[str] | None = None, emails: List[str] | None = None)

Parameters

Name Description
email_on
Required

Send email notification to user on specified notification type. Accepted values are "JobCompleted", "JobFailed", and "JobCancelled".

Keyword-Only Parameters

Name Description
email_on
Required
emails
Required