databricks Databricks Go SDK Releases · · 0.179.0

Databricks SDK for Go v0.179.0 Adds API Fields and Accelerator Type

sdkaidatabricksgaengineer
patch

Databricks SDK for Go v0.179.0 has been released, introducing several new API fields and an additional GPU accelerator type. The update enhances programmatic control over Databricks services, including new configurations for AI runtime tasks, ML data sources, and model publishing. Developers can now leverage added fields for pipeline updates, Amazon Bedrock serving, ingress network policies, and workspace settings. This version also includes `Gpu8xB300` for compute specifications, supporting more powerful GPU-accelerated workloads.

  • Add UnityCatalogImagePath field for jobs.AiRuntimeTask
  • Add FeatureViewSource field for ml.DataSource
  • Add BudgetPolicyId and Tags fields for ml.PublishSpec
  • Add Development field for pipelines.StartUpdate
  • Add UcServiceCredentialName field for serving.AmazonBedrockConfig
Enhancements (9)
  • Add UnityCatalogImagePath field for jobs.AiRuntimeTask
  • Add FeatureViewSource field for ml.DataSource
  • Add BudgetPolicyId and Tags fields for ml.PublishSpec
  • Add Development field for pipelines.StartUpdate
  • Add UcServiceCredentialName field for serving.AmazonBedrockConfig
  • Add ExcludedScopes field for settings.CustomerFacingIngressNetworkPolicyWorkspaceApiDestination
  • Add EffectiveWorkspaceLabel and WorkspaceLabel fields for settingsv2.Setting
  • Add PriorityClass field for jobs.AiRuntimeTask
  • Add Gpu8xB300 enum value for jobs.ComputeSpecAcceleratorType
Read the original announcement →

https://github.com/databricks/databricks-sdk-go/releases/tag/v0.179.0

Related releases