You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Document email_notifications block in model serving resources (#4910)
## Changes
<!-- Summary of your changes that are easy to understand -->
## Tests
<!--
How is this tested? Please see the checklist below and also describe any
other relevant tests
-->
- [x] relevant change in `docs/` folder
- [x] has entry in `NEXT_CHANGELOG.md` file
Copy file name to clipboardExpand all lines: docs/resources/model_serving_provisioned_throughput.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,7 @@ The following arguments are supported:
41
41
*`tags` - Tags to be attached to the serving endpoint and automatically propagated to billing logs.
42
42
*`ai_gateway` - (Optional) A block with AI Gateway configuration for the serving endpoint. *Note: only external model endpoints are supported as of now.*
43
43
*`budget_policy_id` - (Optiona) The Budget Policy ID set for this serving endpoint.
44
+
*`email_notifications` - (Optional) A block with Email notification setting.
44
45
45
46
### served_entities Configuration Block
46
47
@@ -76,6 +77,11 @@ The following arguments are supported:
76
77
*`inference_table_config` - (Optional) Block describing the configuration of usage tracking. Consists of the following attributes:
77
78
*`enabled` - boolean flag specifying if usage tracking is enabled.
78
79
80
+
### email_notifications Block
81
+
82
+
*`on_update_failure` - (Optional) a list of email addresses to be notified when an endpoint fails to update its configuration or state.
83
+
*`on_update_success` - (Optional) a list of email addresses to be notified when an endpoint successfully updates its configuration or state.
84
+
79
85
## Attribute Reference
80
86
81
87
In addition to all the arguments above, the following attributes are exported:
0 commit comments