Package com.openai.models.evals
Class EvalListPageAsync
-
- All Implemented Interfaces:
public final class EvalListPageAsync
List evaluations for a project.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
EvalListPageAsync.Response
public final class
EvalListPageAsync.AutoPager
-
Method Summary
Modifier and Type Method Description final EvalListPageAsync.Response
response()
final List<EvalListResponse>
data()
final Optional<Boolean>
hasMore()
Boolean
equals(Object other)
Integer
hashCode()
String
toString()
final Boolean
hasNextPage()
final Optional<EvalListParams>
getNextPageParams()
final CompletableFuture<Optional<EvalListPageAsync>>
getNextPage()
final EvalListPageAsync.AutoPager
autoPager()
final static EvalListPageAsync
of(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)
-
-
-
-