Package com.openai.models.evals.runs
Class RunListPageAsync
-
- All Implemented Interfaces:
public final class RunListPageAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classRunListPageAsync.BuilderA builder for RunListPageAsync.
public final classRunListPageAsync.AutoPager
-
Method Summary
Modifier and Type Method Description final List<RunListResponse>data()Delegates to RunListPageResponse, but gracefully handles missing data. final Optional<Boolean>hasMore()Delegates to RunListPageResponse, but gracefully handles missing data. final BooleanhasNextPage()final Optional<RunListParams>getNextPageParams()final CompletableFuture<Optional<RunListPageAsync>>getNextPage()final RunListPageAsync.AutoPagerautoPager()final RunListParamsparams()The parameters that were used to request this page. final RunListPageResponseresponse()The response that this page was parsed from. final RunListPageAsync.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static RunListPageAsync.Builderbuilder()Returns a mutable builder for constructing an instance of RunListPageAsync. -
-
Method Detail
-
data
final List<RunListResponse> data()
Delegates to RunListPageResponse, but gracefully handles missing data.
-
hasMore
final Optional<Boolean> hasMore()
Delegates to RunListPageResponse, but gracefully handles missing data.
-
hasNextPage
final Boolean hasNextPage()
-
getNextPageParams
final Optional<RunListParams> getNextPageParams()
-
getNextPage
final CompletableFuture<Optional<RunListPageAsync>> getNextPage()
-
autoPager
final RunListPageAsync.AutoPager autoPager()
-
params
final RunListParams params()
The parameters that were used to request this page.
-
response
final RunListPageResponse response()
The response that this page was parsed from.
-
toBuilder
final RunListPageAsync.Builder toBuilder()
-
builder
final static RunListPageAsync.Builder builder()
Returns a mutable builder for constructing an instance of RunListPageAsync.
The following fields are required:
.service() .params() .response()
-
-
-
-