Databricks · JSON Structure

Databricks Gcp Attributes Structure

Type: object Properties: 3
AIAnalyticsApache SparkBig DataClean RoomsCloud ComputingDataData AnalyticsData EngineeringData GovernanceDelta LakeDelta SharingETLIdentity ManagementLakehouseMachine LearningMLflowModel ServingSecuritySQLUnity CatalogVector SearchVisualize

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

Properties

use_preemptible_executors google_service_account availability

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "GcpAttributes",
  "type": "object",
  "properties": {
    "use_preemptible_executors": {
      "type": "boolean"
    },
    "google_service_account": {
      "type": "string"
    },
    "availability": {
      "type": "string"
    }
  }
}