Package com.openai.models.evals
Class EvalListPage
-
- All Implemented Interfaces:
public final class EvalListPage
List evaluations for a project.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
EvalListPage.Response
public final class
EvalListPage.AutoPager
-
Method Summary
Modifier and Type Method Description final EvalListPage.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 Optional<EvalListPage>
getNextPage()
final EvalListPage.AutoPager
autoPager()
final static EvalListPage
of(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)
-
-
-
-