Azure Databricks · Schema

JobCluster

AnalyticsApache SparkBig DataData EngineeringMachine Learning

Properties

Name Type Description
job_cluster_key string Unique key identifying this cluster specification
View JSON Schema on GitHub

JSON Schema

azure-databricks-job-cluster-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "JobCluster",
  "type": "object",
  "properties": {
    "job_cluster_key": {
      "type": "string",
      "description": "Unique key identifying this cluster specification"
    }
  }
}