mirror of https://github.com/databricks/cli.git
Fix linebreak
This commit is contained in:
parent
dd9af21fe6
commit
ebe6227ee7
|
@ -7968,7 +7968,7 @@ Configuration for monitoring inference logs.
|
|||
|
||||
- - `granularities`
|
||||
- Sequence
|
||||
- PLACEHOLDER
|
||||
-
|
||||
|
||||
- - `label_col`
|
||||
- String
|
||||
|
@ -8116,7 +8116,7 @@ Configuration for monitoring time series tables.
|
|||
|
||||
- - `granularities`
|
||||
- Sequence
|
||||
- PLACEHOLDER
|
||||
-
|
||||
|
||||
- - `timestamp_col`
|
||||
- String
|
||||
|
|
|
@ -573,11 +573,11 @@ github.com/databricks/databricks-sdk-go/service/compute.Environment:
|
|||
PLACEHOLDER
|
||||
github.com/databricks/databricks-sdk-go/service/catalog.MonitorInferenceLog:
|
||||
"granularities":
|
||||
"description": |
|
||||
"description": |-
|
||||
PLACEHOLDER
|
||||
github.com/databricks/databricks-sdk-go/service/catalog.MonitorTimeSeries:
|
||||
"granularities":
|
||||
"description": |
|
||||
"description": |-
|
||||
PLACEHOLDER
|
||||
github.com/databricks/databricks-sdk-go/service/compute.LogAnalyticsInfo:
|
||||
"log_analytics_primary_key":
|
||||
|
|
|
@ -2087,7 +2087,6 @@
|
|||
"type": "object",
|
||||
"properties": {
|
||||
"granularities": {
|
||||
"description": "PLACEHOLDER\n",
|
||||
"$ref": "#/$defs/slice/string"
|
||||
},
|
||||
"label_col": {
|
||||
|
@ -2244,7 +2243,6 @@
|
|||
"type": "object",
|
||||
"properties": {
|
||||
"granularities": {
|
||||
"description": "PLACEHOLDER\n",
|
||||
"$ref": "#/$defs/slice/string"
|
||||
},
|
||||
"timestamp_col": {
|
||||
|
|
Loading…
Reference in New Issue