Class CheckpointListPageAsync
-
- All Implemented Interfaces:
public final class CheckpointListPageAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classCheckpointListPageAsync.BuilderA builder for CheckpointListPageAsync.
public final classCheckpointListPageAsync.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 CompletableFuture<Optional<CheckpointListPageAsync>>getNextPage()final CheckpointListPageAsync.AutoPagerautoPager()final CheckpointListParamsparams()The parameters that were used to request this page. final CheckpointListPageResponseresponse()The response that this page was parsed from. final CheckpointListPageAsync.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static CheckpointListPageAsync.Builderbuilder()Returns a mutable builder for constructing an instance of CheckpointListPageAsync. -
-
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 CompletableFuture<Optional<CheckpointListPageAsync>> getNextPage()
-
autoPager
final CheckpointListPageAsync.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 CheckpointListPageAsync.Builder toBuilder()
-
builder
final static CheckpointListPageAsync.Builder builder()
Returns a mutable builder for constructing an instance of CheckpointListPageAsync.
The following fields are required:
.service() .params() .response()
-
-
-
-