create_model_version | R Documentation |
Create a model version
create_model_version(
name,
source = get_run()$artifact_uri,
run_id = get_active_run_id(),
tags = list(),
run_link = "",
description = "",
client = mlflow_client()
)
name |
Register model under this name. |
source |
URI indicating the location of the model artifacts. Tries to default to the artifact URI of the active run. If no run is active, this will error. |
run_id |
MLflow run ID for correlation, if |
tags |
Additional metadata. |
run_link |
MLflow run link - This is the exact link of the run that generated this model version. |
description |
Description for model version. |
client |
An MLFlow client. Will be auto-generated if omitted. |
A list of metadata on the newly-created model version.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.