record_logged_model | R Documentation |
Record logged model metadata with the tracking server.
record_logged_model(
model_spec,
run_id = get_active_run_id(),
client = mlflow_client()
)
model_spec |
A model specification. |
run_id |
A run uuid. Automatically inferred if a run is currently active. |
client |
An MLFlow client. Defaults to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.