Skip to content

Commit cd0e357

Browse files
authored
Document the enabled field of data_classification_config in databricks_quality_monitor (#5160)
## Changes The structure `data_classification_config` in `databricks_quality_monitor` is documented, but its fields are not. Currently it has only one field, `enabled`, which is a boolean. This PR adds documentation for this field. The comment is taken from the internal API specification. ## Tests <!-- How is this tested? Please see the checklist below and also describe any other relevant tests --> - [ ] `make test` run locally - [ ] relevant change in `docs/` folder - [ ] covered with integration tests in `internal/acceptance` - [ ] using Go SDK - [ ] using TF Plugin Framework - [ ] has entry in `NEXT_CHANGELOG.md` file NO_CHANGELOG=true
1 parent 3eecd0f commit cd0e357

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/resources/quality_monitor.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ table.
9999
* `output_data_type` - The output type of the custom metric.
100100
* `type` - The type of the custom metric.
101101
* `data_classification_config` - The data classification config for the monitor
102+
* `enabled` - Whether to enable data classification
102103
* `inference_log` - Configuration for the inference log monitor
103104
* `granularities` - List of granularities to use when aggregating data into time windows based on their timestamp.
104105
* `label_col` - Column of the model label

0 commit comments

Comments
 (0)