How do we set spark_version in cluster policies to select the latest GPU ML LTS version as defaultValue?

Ramana
Valued Contributor II

Currently, I use the below two different JSON snippets to choose either Standard or ML runtime. Similar to the below, what is the defaultValue for spark_version to select the latest GPU ML LTS runtime version?

 "spark_version": {

  "type": "regex",

  "pattern": "[1-9][0-9]\\.[0-9].*",

  "defaultValue": "auto:latest-ml"

 }

 "spark_version": {

  "type": "regex",

  "pattern": "[1-9][0-9]\\.[0-9].*",

  "defaultValue": "auto:latest-lts"

  

Thanks
Ramana