Uses of Class
org.mlflow.tracking.RunsPage
| Package | Description |
|---|---|
| org.mlflow.tracking |
MLflow Tracking provides a Java CRUD interface to MLflow Experiments and Runs --
to create and log to MLflow runs, use the
MlflowContext interface. |
-
Uses of RunsPage in org.mlflow.tracking
Methods in org.mlflow.tracking that return RunsPage Modifier and Type Method Description RunsPageMlflowClient. searchRuns(java.util.List<java.lang.String> experimentIds, java.lang.String searchFilter, Service.ViewType runViewType, int maxResults)Return runs from provided list of experiments that satisfy the search query.RunsPageMlflowClient. searchRuns(java.util.List<java.lang.String> experimentIds, java.lang.String searchFilter, Service.ViewType runViewType, int maxResults, java.util.List<java.lang.String> orderBy)Return runs from provided list of experiments that satisfy the search query.RunsPageMlflowClient. searchRuns(java.util.List<java.lang.String> experimentIds, java.lang.String searchFilter, Service.ViewType runViewType, int maxResults, java.util.List<java.lang.String> orderBy, java.lang.String pageToken)Return runs from provided list of experiments that satisfy the search query.