Databricks · Schema

AzureAttributes

AIAnalyticsApache SparkBig DataClean RoomsCloud ComputingDataData AnalyticsData EngineeringData GovernanceDelta LakeDelta SharingETLIdentity ManagementLakehouseMachine LearningMLflowModel ServingSecuritySQLUnity CatalogVector SearchVisualize

Properties

Name Type Description
first_on_demand integer
availability string
spot_bid_max_price number
View JSON Schema on GitHub

JSON Schema

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