create_registered_model | R Documentation |
Creates a new registered model in the model registry
create_registered_model(
name,
tags = list(),
description = "",
client = mlflow_client()
)
name |
The name of the model to create. |
tags |
Additional metadata for the registered model (Optional). |
description |
Description for the registered model (Optional). |
client |
An MLFlow client. Will be auto-generated if omitted. |
A list of metadata on the registered model, including the name
and the creation_timestamp
and last_updated_timestamp
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.