Get a table showing available versions of R, Python, Quarto, and Tensorflow on the Connect server.
Value
A tibble with columns for runtime
, version
, and cluster_name
and image_name
. Cluster name and image name are only meaningful on Connect
instances running off-host execution.
Examples
if (FALSE) { # \dontrun{
library(connectapi)
client <- connect()
get_runtimes(client, runtimes = c("r", "python", "tensorflow"))
} # }