Skip to contents

Get Latest Databricks Runtime (DBR)

Usage

get_latest_dbr(lts, ml, gpu, photon, host = db_host(), token = db_token())

Arguments

lts

Boolean, if TRUE returns only LTS runtimes

ml

Boolean, if TRUE returns only ML runtimes

gpu

Boolean, if TRUE returns only ML GPU runtimes

photon

Boolean, if TRUE returns only photon runtimes

host

Databricks workspace URL, defaults to calling db_host().

token

Databricks workspace token, defaults to calling db_token().

Value

Named list

Details

There are runtime combinations that are not possible, such as GPU/ML and photon. This function does not permit invalid combinations.