Package com.openai.models.evals
Class EvalListPage
-
- All Implemented Interfaces:
public final class EvalListPage
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
EvalListPage.Builder
A builder for EvalListPage.
public final class
EvalListPage.AutoPager
-
Method Summary
Modifier and Type Method Description final List<EvalListResponse>
data()
Delegates to EvalListPageResponse, but gracefully handles missing data. final Optional<Boolean>
hasMore()
Delegates to EvalListPageResponse, but gracefully handles missing data. final Boolean
hasNextPage()
final Optional<EvalListParams>
getNextPageParams()
final Optional<EvalListPage>
getNextPage()
final EvalListPage.AutoPager
autoPager()
final EvalListParams
params()
The parameters that were used to request this page. final EvalListPageResponse
response()
The response that this page was parsed from. final EvalListPage.Builder
toBuilder()
Boolean
equals(Object other)
Integer
hashCode()
String
toString()
final static EvalListPage.Builder
builder()
Returns a mutable builder for constructing an instance of EvalListPage. -
-
Method Detail
-
data
final List<EvalListResponse> data()
Delegates to EvalListPageResponse, but gracefully handles missing data.
-
hasMore
final Optional<Boolean> hasMore()
Delegates to EvalListPageResponse, but gracefully handles missing data.
-
hasNextPage
final Boolean hasNextPage()
-
getNextPageParams
final Optional<EvalListParams> getNextPageParams()
-
getNextPage
final Optional<EvalListPage> getNextPage()
-
autoPager
final EvalListPage.AutoPager autoPager()
-
params
final EvalListParams params()
The parameters that were used to request this page.
-
response
final EvalListPageResponse response()
The response that this page was parsed from.
-
toBuilder
final EvalListPage.Builder toBuilder()
-
builder
final static EvalListPage.Builder builder()
Returns a mutable builder for constructing an instance of EvalListPage.
The following fields are required:
.service() .params() .response()
-
-
-
-