search_registered_models | R Documentation |
Retrieves a list of registered models.
search_registered_models(
max_results = 100,
page_token = NULL,
client = mlflow_client(),
parse = FALSE
)
list_registered_models(
max_results = 100,
page_token = NULL,
client = mlflow_client(),
parse = FALSE
)
max_results |
Maximum number of registered models to retrieve. |
page_token |
Pagination token to go to the next page based on a previous query. |
client |
An MLFlow client. Will be auto-generated if omitted. |
parse |
Logical indicating whether to return the |
A list of registered models and metadata on them.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.