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