powered by
Runs a generic MLflow command through the command-line interface.
mlflow_cli(..., background = FALSE, echo = TRUE, stderr_callback = NULL, client = mlflow_client())
The parameters to pass to the command line.
Should this command be triggered as a background task? Defaults to FALSE.
FALSE
Print the standard output and error to the screen? Defaults to TRUE, does not apply to background tasks.
TRUE
NULL, or a function to call for every chunk of the standard error.
Mlflow client to provide environment for the cli process.
A processx task.
processx
# NOT RUN { library(mlflow) mlflow_install() mlflow_cli("server", "--help") # } # NOT RUN { # }
Run the code above in your browser using DataLab