Class CheckpointListPage
-
- All Implemented Interfaces:
public final class CheckpointListPage
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classCheckpointListPage.BuilderA builder for CheckpointListPage.
public final classCheckpointListPage.AutoPager
-
Method Summary
Modifier and Type Method Description final List<FineTuningJobCheckpoint>data()Delegates to CheckpointListPageResponse, but gracefully handles missing data. final Optional<Boolean>hasMore()Delegates to CheckpointListPageResponse, but gracefully handles missing data. final BooleanhasNextPage()final Optional<CheckpointListParams>getNextPageParams()final Optional<CheckpointListPage>getNextPage()final CheckpointListPage.AutoPagerautoPager()final CheckpointListParamsparams()The parameters that were used to request this page. final CheckpointListPageResponseresponse()The response that this page was parsed from. final CheckpointListPage.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static CheckpointListPage.Builderbuilder()Returns a mutable builder for constructing an instance of CheckpointListPage. -
-
Method Detail
-
data
final List<FineTuningJobCheckpoint> data()
Delegates to CheckpointListPageResponse, but gracefully handles missing data.
-
hasMore
final Optional<Boolean> hasMore()
Delegates to CheckpointListPageResponse, but gracefully handles missing data.
-
hasNextPage
final Boolean hasNextPage()
-
getNextPageParams
final Optional<CheckpointListParams> getNextPageParams()
-
getNextPage
final Optional<CheckpointListPage> getNextPage()
-
autoPager
final CheckpointListPage.AutoPager autoPager()
-
params
final CheckpointListParams params()
The parameters that were used to request this page.
-
response
final CheckpointListPageResponse response()
The response that this page was parsed from.
-
toBuilder
final CheckpointListPage.Builder toBuilder()
-
builder
final static CheckpointListPage.Builder builder()
Returns a mutable builder for constructing an instance of CheckpointListPage.
The following fields are required:
.service() .params() .response()
-
-
-
-