Notification Class
Configuration for notification.
- Inheritance
-
azure.ai.ml.entities._mixins.RestTranslatableMixinNotification
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
|
|
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python