Azure Databricks · JSON Structure

Azure Databricks Auto Scale Structure

Type: object Properties: 2
AnalyticsApache SparkBig DataData EngineeringMachine Learning

AutoScale is a JSON Structure definition published by Azure Databricks, describing 2 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

min_workers max_workers

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "AutoScale",
  "type": "object",
  "properties": {
    "min_workers": {
      "type": "integer"
    },
    "max_workers": {
      "type": "integer"
    }
  }
}