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