Package com.openai.models.models
Class ModelListPageAsync
-
- All Implemented Interfaces:
public final class ModelListPageAsyncLists the currently available models, and provides basic information about each one such as the owner and availability.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classModelListPageAsync.Responsepublic final classModelListPageAsync.AutoPager
-
Method Summary
Modifier and Type Method Description final ModelListPageAsync.Responseresponse()final List<Model>data()final Stringobject_()Booleanequals(Object other)IntegerhashCode()StringtoString()final BooleanhasNextPage()final Optional<ModelListParams>getNextPageParams()final CompletableFuture<Optional<ModelListPageAsync>>getNextPage()final ModelListPageAsync.AutoPagerautoPager()final static ModelListPageAsyncof(ModelServiceAsync modelsService, ModelListParams params, ModelListPageAsync.Response response)-
-
Method Detail
-
response
final ModelListPageAsync.Response response()
-
hasNextPage
final Boolean hasNextPage()
-
getNextPageParams
final Optional<ModelListParams> getNextPageParams()
-
getNextPage
final CompletableFuture<Optional<ModelListPageAsync>> getNextPage()
-
autoPager
final ModelListPageAsync.AutoPager autoPager()
-
of
final static ModelListPageAsync of(ModelServiceAsync modelsService, ModelListParams params, ModelListPageAsync.Response response)
-
-
-
-