Uses of Class
org.mlflow.tracking.ModelVersionsPage
Package
Description
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 ModelVersionsPage in org.mlflow.tracking
Modifier and TypeMethodDescriptionMlflowClient.searchModelVersions()
Return up to 1000 model versions.MlflowClient.searchModelVersions
(String searchFilter) Return up to 1000 model versions that satisfy the search query.MlflowClient.searchModelVersions
(String searchFilter, int maxResults, List<String> orderBy) Return model versions that satisfy the search query.MlflowClient.searchModelVersions
(String searchFilter, int maxResults, List<String> orderBy, String pageToken) Return model versions that satisfy the search query.