Azure Databricks · JSON Structure

Azure Databricks Azure Attributes Structure

Type: object Properties: 3
AnalyticsApache SparkBig DataData EngineeringMachine Learning

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

Properties

first_on_demand availability spot_bid_max_price

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "AzureAttributes",
  "type": "object",
  "properties": {
    "first_on_demand": {
      "type": "integer"
    },
    "availability": {
      "type": "string"
    },
    "spot_bid_max_price": {
      "type": "number"
    }
  }
}