get_runtimes {connectapi} | R Documentation |
Get available runtimes on server
Description
Get a table showing available versions of R, Python, Quarto, and Tensorflow on the Connect server.
Usage
get_runtimes(client, runtimes = NULL)
Arguments
client |
A |
runtimes |
Optional. A character vector of runtimes to include. Must be
some combination of |
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
## Not run:
library(connectapi)
client <- connect()
get_runtimes(client, runtimes = c("r", "python", "tensorflow"))
## End(Not run)
[Package connectapi version 0.5.0 Index]