Package com.openai.models.evals
Class EvalListPage
-
- All Implemented Interfaces:
public final class EvalListPageList evaluations for a project.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classEvalListPage.Responsepublic final classEvalListPage.AutoPager
-
Method Summary
Modifier and Type Method Description final EvalListPage.Responseresponse()final List<EvalListResponse>data()final Optional<Boolean>hasMore()Booleanequals(Object other)IntegerhashCode()StringtoString()final BooleanhasNextPage()final Optional<EvalListParams>getNextPageParams()final Optional<EvalListPage>getNextPage()final EvalListPage.AutoPagerautoPager()final static EvalListPageof(EvalService evalsService, EvalListParams params, EvalListPage.Response response)-
-
Method Detail
-
response
final EvalListPage.Response response()
-
data
final List<EvalListResponse> data()
-
hasNextPage
final Boolean hasNextPage()
-
getNextPageParams
final Optional<EvalListParams> getNextPageParams()
-
getNextPage
final Optional<EvalListPage> getNextPage()
-
autoPager
final EvalListPage.AutoPager autoPager()
-
of
final static EvalListPage of(EvalService evalsService, EvalListParams params, EvalListPage.Response response)
-
-
-
-