Skip to content

Commit bde694a

Browse files
authored
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
1 parent 5b994c4 commit bde694a

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed

NEXT_CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010

1111
### Documentation
1212

13+
* Document `email_notifications` block in model serving resources ([#4910](https://github.com/databricks/terraform-provider-databricks/pull/4910))
14+
1315
### Exporter
1416

1517
### Internal Changes

docs/resources/model_serving.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ The following arguments are supported:
133133
* `route_optimized` - (Optional) A boolean enabling route optimization for the endpoint. *Note: only available for custom models.*
134134
* `budget_policy_id` - (Optiona) The Budget Policy ID set for this serving endpoint.
135135
* `description` - (Optional) The description of the model serving endpoint.
136+
* `email_notifications` - (Optional) A block with Email notification setting.
136137

137138
### served_entities Configuration Block
138139

@@ -259,6 +260,11 @@ The following arguments are supported:
259260
* `inference_table_config` - (Optional) Block describing the configuration of usage tracking. Consists of the following attributes:
260261
* `enabled` - boolean flag specifying if usage tracking is enabled.
261262

263+
### email_notifications Block
264+
265+
* `on_update_failure` - (Optional) a list of email addresses to be notified when an endpoint fails to update its configuration or state.
266+
* `on_update_success` - (Optional) a list of email addresses to be notified when an endpoint successfully updates its configuration or state.
267+
262268
## Attribute Reference
263269

264270
In addition to all the arguments above, the following attributes are exported:

docs/resources/model_serving_provisioned_throughput.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ The following arguments are supported:
4141
* `tags` - Tags to be attached to the serving endpoint and automatically propagated to billing logs.
4242
* `ai_gateway` - (Optional) A block with AI Gateway configuration for the serving endpoint. *Note: only external model endpoints are supported as of now.*
4343
* `budget_policy_id` - (Optiona) The Budget Policy ID set for this serving endpoint.
44+
* `email_notifications` - (Optional) A block with Email notification setting.
4445

4546
### served_entities Configuration Block
4647

@@ -76,6 +77,11 @@ The following arguments are supported:
7677
* `inference_table_config` - (Optional) Block describing the configuration of usage tracking. Consists of the following attributes:
7778
* `enabled` - boolean flag specifying if usage tracking is enabled.
7879

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+
7985
## Attribute Reference
8086

8187
In addition to all the arguments above, the following attributes are exported:

0 commit comments

Comments
 (0)