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`
|
- - `granularities`
|
||||||
- Sequence
|
- Sequence
|
||||||
- PLACEHOLDER
|
-
|
||||||
|
|
||||||
- - `label_col`
|
- - `label_col`
|
||||||
- String
|
- String
|
||||||
|
@ -8116,7 +8116,7 @@ Configuration for monitoring time series tables.
|
||||||
|
|
||||||
- - `granularities`
|
- - `granularities`
|
||||||
- Sequence
|
- Sequence
|
||||||
- PLACEHOLDER
|
-
|
||||||
|
|
||||||
- - `timestamp_col`
|
- - `timestamp_col`
|
||||||
- String
|
- String
|
||||||
|
|
|
@ -573,11 +573,11 @@ github.com/databricks/databricks-sdk-go/service/compute.Environment:
|
||||||
PLACEHOLDER
|
PLACEHOLDER
|
||||||
github.com/databricks/databricks-sdk-go/service/catalog.MonitorInferenceLog:
|
github.com/databricks/databricks-sdk-go/service/catalog.MonitorInferenceLog:
|
||||||
"granularities":
|
"granularities":
|
||||||
"description": |
|
"description": |-
|
||||||
PLACEHOLDER
|
PLACEHOLDER
|
||||||
github.com/databricks/databricks-sdk-go/service/catalog.MonitorTimeSeries:
|
github.com/databricks/databricks-sdk-go/service/catalog.MonitorTimeSeries:
|
||||||
"granularities":
|
"granularities":
|
||||||
"description": |
|
"description": |-
|
||||||
PLACEHOLDER
|
PLACEHOLDER
|
||||||
github.com/databricks/databricks-sdk-go/service/compute.LogAnalyticsInfo:
|
github.com/databricks/databricks-sdk-go/service/compute.LogAnalyticsInfo:
|
||||||
"log_analytics_primary_key":
|
"log_analytics_primary_key":
|
||||||
|
|
|
@ -2087,7 +2087,6 @@
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"granularities": {
|
"granularities": {
|
||||||
"description": "PLACEHOLDER\n",
|
|
||||||
"$ref": "#/$defs/slice/string"
|
"$ref": "#/$defs/slice/string"
|
||||||
},
|
},
|
||||||
"label_col": {
|
"label_col": {
|
||||||
|
@ -2244,7 +2243,6 @@
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"granularities": {
|
"granularities": {
|
||||||
"description": "PLACEHOLDER\n",
|
|
||||||
"$ref": "#/$defs/slice/string"
|
"$ref": "#/$defs/slice/string"
|
||||||
},
|
},
|
||||||
"timestamp_col": {
|
"timestamp_col": {
|
||||||
|
|
Loading…
Reference in New Issue