load_artifact | R Documentation |
Load an artifact into an R object
load_artifact(
artifact_name,
FUN = readRDS,
run_id = get_active_run_id(),
client = mlflow_client(),
pause_base = 0.5,
max_times = 5,
pause_cap = 60,
...
)
artifact_name |
The name of the artifact to load |
FUN |
a function to use to load the artifact |
run_id |
A run ID to find the URI for |
client |
An MLFlow client |
pause_base, max_times, pause_cap |
See insistently |
... |
Additional arguments to pass on to |
An R object. The result of s3read_using
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.