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
|
|
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Python