Package org.mlflow.tracking
Class ExperimentsPage
java.lang.Object
org.mlflow.tracking.ExperimentsPage
- All Implemented Interfaces:
Page<Service.Experiment>
-
Method Summary
-
Method Details
-
getPageSize
public int getPageSize()- Specified by:
getPageSize
in interfacePage<Service.Experiment>
- Returns:
- The number of experiments in the page.
-
hasNextPage
public boolean hasNextPage()- Specified by:
hasNextPage
in interfacePage<Service.Experiment>
- Returns:
- True if a token for the next page exists and isn't empty. Otherwise returns false.
-
getNextPageToken
- Specified by:
getNextPageToken
in interfacePage<Service.Experiment>
- Returns:
- An optional with the token for the next page. Empty if the token doesn't exist or is empty.
-
getNextPage
- Specified by:
getNextPage
in interfacePage<Service.Experiment>
- Returns:
- The next page of experiments matching the search criteria.
If there are no more pages, an
EmptyPage
will be returned.
-
getItems
- Specified by:
getItems
in interfacePage<Service.Experiment>
- Returns:
- An iterable over the experiments in this page.
-