Azure Databricks · Schema

AutoScale

AnalyticsApache SparkBig DataData EngineeringMachine Learning

Properties

Name Type Description
min_workers integer Minimum number of workers
max_workers integer Maximum number of workers
View JSON Schema on GitHub

JSON Schema

azure-databricks-auto-scale-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "AutoScale",
  "type": "object",
  "properties": {
    "min_workers": {
      "type": "integer",
      "description": "Minimum number of workers"
    },
    "max_workers": {
      "type": "integer",
      "description": "Maximum number of workers"
    }
  }
}