search_experiments | R Documentation |
Gets a list of all experiments.
search_experiments(
max_results = 10000,
view_type = c("ACTIVE_ONLY", "DELETED_ONLY", "ALL"),
client = mlflow_client()
)
list_experiments(
view_type = c("ACTIVE_ONLY", "DELETED_ONLY", "ALL"),
client = mlflow_client()
)
max_results |
Maximum number of experiments to retrieve. |
view_type |
Qualifier for type of experiments to be returned. Defaults to |
client |
An MLFlow client. If not provided, the client is sourced from the |
A data.frame
of experiments, with columns experiment_id
, name
, artifact_location
, lifecycle_stage
, and tags
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.