Support cookbook in connectapi
: Creating Execution Environments
#348
Labels
cookbook
Supporting recipes in the Connect Cookbook
A JSON object representing the environment is returned.
Accept many things, but at the very outset covert to a single type.
It's reasonable that if you know a version, you can guess the path. Like 4.2.3, guess the path?
What if it's a vector of versions?
Could just have just separate parameters for python, quarto, r, tensorflow.
list(list(path = "opt/234/r", version = "234"), list(path = "opt/567/r", version = "567"))
.Probably want to just do the simple implementation of the API and then add possible syntactic sugar on top of it later.
Complete #313 first so that it can return the
ExecutionEnv
class.The text was updated successfully, but these errors were encountered: