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. |
Modifier and Type | Method and Description |
---|---|
RunsPage |
MlflowClient.searchRuns(List<String> experimentIds,
String searchFilter,
Service.ViewType runViewType,
int maxResults)
Return runs from provided list of experiments that satisfy the search query.
|
RunsPage |
MlflowClient.searchRuns(List<String> experimentIds,
String searchFilter,
Service.ViewType runViewType,
int maxResults,
List<String> orderBy)
Return runs from provided list of experiments that satisfy the search query.
|
RunsPage |
MlflowClient.searchRuns(List<String> experimentIds,
String searchFilter,
Service.ViewType runViewType,
int maxResults,
List<String> orderBy,
String pageToken)
Return runs from provided list of experiments that satisfy the search query.
|
Copyright © 2019. All rights reserved.