Add descriptions

This commit is contained in:
Ilya Kuznetsov 2025-02-25 10:56:35 +01:00
parent baf2f7eccd
commit ab7ae0f5d3
No known key found for this signature in database
GPG Key ID: 91F3DDCF5D21CDDF
3 changed files with 31 additions and 25 deletions

View File

@ -899,11 +899,11 @@ Defines values necessary to configure and run Azure Log Analytics agent
- - `log_analytics_primary_key` - - `log_analytics_primary_key`
- String - String
- - The primary key for the Azure Log Analytics agent configuration
- - `log_analytics_workspace_id` - - `log_analytics_workspace_id`
- String - String
- - The workspace ID for the Azure Log Analytics agent configuration
::: :::
@ -1115,7 +1115,7 @@ The configuration for storing init scripts. Any number of destinations can be sp
- - `abfss` - - `abfss`
- Map - Map
- See [\_](#clustersnameinit_scriptsabfss). - Contains the Azure Data Lake Storage destination path. See [\_](#clustersnameinit_scriptsabfss).
- - `dbfs` - - `dbfs`
- Map - Map
@ -1148,7 +1148,7 @@ The configuration for storing init scripts. Any number of destinations can be sp
**`Type: Map`** **`Type: Map`**
Contains the Azure Data Lake Storage destination path
@ -1927,7 +1927,7 @@ In this minimal environment spec, only pip dependencies are supported.
- - `dependencies` - - `dependencies`
- Sequence - Sequence
- - List of pip dependencies, as supported by the version of pip in this environment.
::: :::
@ -2378,11 +2378,11 @@ Defines values necessary to configure and run Azure Log Analytics agent
- - `log_analytics_primary_key` - - `log_analytics_primary_key`
- String - String
- - The primary key for the Azure Log Analytics agent configuration
- - `log_analytics_workspace_id` - - `log_analytics_workspace_id`
- String - String
- - The workspace ID for the Azure Log Analytics agent configuration
::: :::
@ -2594,7 +2594,7 @@ The configuration for storing init scripts. Any number of destinations can be sp
- - `abfss` - - `abfss`
- Map - Map
- See [\_](#jobsnamejob_clustersnew_clusterinit_scriptsabfss). - Contains the Azure Data Lake Storage destination path. See [\_](#jobsnamejob_clustersnew_clusterinit_scriptsabfss).
- - `dbfs` - - `dbfs`
- Map - Map
@ -2627,7 +2627,7 @@ The configuration for storing init scripts. Any number of destinations can be sp
**`Type: Map`** **`Type: Map`**
Contains the Azure Data Lake Storage destination path
@ -3799,11 +3799,11 @@ Defines values necessary to configure and run Azure Log Analytics agent
- - `log_analytics_primary_key` - - `log_analytics_primary_key`
- String - String
- - The primary key for the Azure Log Analytics agent configuration
- - `log_analytics_workspace_id` - - `log_analytics_workspace_id`
- String - String
- - The workspace ID for the Azure Log Analytics agent configuration
::: :::
@ -4015,7 +4015,7 @@ The configuration for storing init scripts. Any number of destinations can be sp
- - `abfss` - - `abfss`
- Map - Map
- See [\_](#jobsnametasksnew_clusterinit_scriptsabfss). - Contains the Azure Data Lake Storage destination path. See [\_](#jobsnametasksnew_clusterinit_scriptsabfss).
- - `dbfs` - - `dbfs`
- Map - Map
@ -4048,7 +4048,7 @@ The configuration for storing init scripts. Any number of destinations can be sp
**`Type: Map`** **`Type: Map`**
Contains the Azure Data Lake Storage destination path
@ -6768,11 +6768,11 @@ Defines values necessary to configure and run Azure Log Analytics agent
- - `log_analytics_primary_key` - - `log_analytics_primary_key`
- String - String
- - The primary key for the Azure Log Analytics agent configuration
- - `log_analytics_workspace_id` - - `log_analytics_workspace_id`
- String - String
- - The workspace ID for the Azure Log Analytics agent configuration
::: :::
@ -6935,7 +6935,7 @@ The configuration for storing init scripts. Any number of destinations can be sp
- - `abfss` - - `abfss`
- Map - Map
- See [\_](#pipelinesnameclustersinit_scriptsabfss). - Contains the Azure Data Lake Storage destination path. See [\_](#pipelinesnameclustersinit_scriptsabfss).
- - `dbfs` - - `dbfs`
- Map - Map
@ -6968,7 +6968,7 @@ The configuration for storing init scripts. Any number of destinations can be sp
**`Type: Map`** **`Type: Map`**
Contains the Azure Data Lake Storage destination path
@ -8011,7 +8011,7 @@ Configuration for monitoring inference logs.
- - `granularities` - - `granularities`
- Sequence - Sequence
- - Granularities for aggregating data into time windows based on their timestamp. Valid values are 5 minutes, 30 minutes, 1 hour, 1 day, n weeks, 1 month, or 1 year.
- - `label_col` - - `label_col`
- String - String
@ -8159,7 +8159,7 @@ Configuration for monitoring time series tables.
- - `granularities` - - `granularities`
- Sequence - Sequence
- - Granularities for aggregating data into time windows based on their timestamp. Valid values are 5 minutes, 30 minutes, 1 hour, 1 day, n weeks, 1 month, or 1 year.
- - `timestamp_col` - - `timestamp_col`
- String - String

View File

@ -569,23 +569,23 @@ github.com/databricks/databricks-sdk-go/service/serving.ServedModelInput:
github.com/databricks/databricks-sdk-go/service/compute.InitScriptInfo: github.com/databricks/databricks-sdk-go/service/compute.InitScriptInfo:
"abfss": "abfss":
"description": |- "description": |-
PLACEHOLDER Contains the Azure Data Lake Storage destination path
github.com/databricks/databricks-sdk-go/service/compute.Environment: github.com/databricks/databricks-sdk-go/service/compute.Environment:
"dependencies": "dependencies":
"description": |- "description": |-
PLACEHOLDER List of pip dependencies, as supported by the version of pip in this environment.
github.com/databricks/databricks-sdk-go/service/catalog.MonitorInferenceLog: github.com/databricks/databricks-sdk-go/service/catalog.MonitorInferenceLog:
"granularities": "granularities":
"description": |- "description": |-
PLACEHOLDER Granularities for aggregating data into time windows based on their timestamp. Valid values are 5 minutes, 30 minutes, 1 hour, 1 day, n weeks, 1 month, or 1 year.
github.com/databricks/databricks-sdk-go/service/catalog.MonitorTimeSeries: github.com/databricks/databricks-sdk-go/service/catalog.MonitorTimeSeries:
"granularities": "granularities":
"description": |- "description": |-
PLACEHOLDER Granularities for aggregating data into time windows based on their timestamp. Valid values are 5 minutes, 30 minutes, 1 hour, 1 day, n weeks, 1 month, or 1 year.
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":
"description": |- "description": |-
PLACEHOLDER The primary key for the Azure Log Analytics agent configuration
"log_analytics_workspace_id": "log_analytics_workspace_id":
"description": |- "description": |-
PLACEHOLDER The workspace ID for the Azure Log Analytics agent configuration

View File

@ -2094,6 +2094,7 @@
"type": "object", "type": "object",
"properties": { "properties": {
"granularities": { "granularities": {
"description": "Granularities for aggregating data into time windows based on their timestamp. Valid values are 5 minutes, 30 minutes, 1 hour, 1 day, n weeks, 1 month, or 1 year.",
"$ref": "#/$defs/slice/string" "$ref": "#/$defs/slice/string"
}, },
"label_col": { "label_col": {
@ -2250,6 +2251,7 @@
"type": "object", "type": "object",
"properties": { "properties": {
"granularities": { "granularities": {
"description": "Granularities for aggregating data into time windows based on their timestamp. Valid values are 5 minutes, 30 minutes, 1 hour, 1 day, n weeks, 1 month, or 1 year.",
"$ref": "#/$defs/slice/string" "$ref": "#/$defs/slice/string"
}, },
"timestamp_col": { "timestamp_col": {
@ -2730,6 +2732,7 @@
"$ref": "#/$defs/string" "$ref": "#/$defs/string"
}, },
"dependencies": { "dependencies": {
"description": "List of pip dependencies, as supported by the version of pip in this environment.",
"$ref": "#/$defs/slice/string" "$ref": "#/$defs/slice/string"
} }
}, },
@ -2825,6 +2828,7 @@
"type": "object", "type": "object",
"properties": { "properties": {
"abfss": { "abfss": {
"description": "Contains the Azure Data Lake Storage destination path",
"$ref": "#/$defs/github.com/databricks/databricks-sdk-go/service/compute.Adlsgen2Info" "$ref": "#/$defs/github.com/databricks/databricks-sdk-go/service/compute.Adlsgen2Info"
}, },
"dbfs": { "dbfs": {
@ -2932,9 +2936,11 @@
"type": "object", "type": "object",
"properties": { "properties": {
"log_analytics_primary_key": { "log_analytics_primary_key": {
"description": "The primary key for the Azure Log Analytics agent configuration",
"$ref": "#/$defs/string" "$ref": "#/$defs/string"
}, },
"log_analytics_workspace_id": { "log_analytics_workspace_id": {
"description": "The workspace ID for the Azure Log Analytics agent configuration",
"$ref": "#/$defs/string" "$ref": "#/$defs/string"
} }
}, },