Class ChatCompletionListPage
-
- All Implemented Interfaces:
public final class ChatCompletionListPageList stored Chat Completions. Only Chat Completions that have been stored with the
storeparameter set totruewill be returned.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classChatCompletionListPage.Responsepublic final classChatCompletionListPage.AutoPager
-
Method Summary
Modifier and Type Method Description final ChatCompletionListPage.Responseresponse()final List<ChatCompletion>data()final Optional<Boolean>hasMore()Booleanequals(Object other)IntegerhashCode()StringtoString()final BooleanhasNextPage()final Optional<ChatCompletionListParams>getNextPageParams()final Optional<ChatCompletionListPage>getNextPage()final ChatCompletionListPage.AutoPagerautoPager()final static ChatCompletionListPageof(ChatCompletionService completionsService, ChatCompletionListParams params, ChatCompletionListPage.Response response)-
-
Method Detail
-
response
final ChatCompletionListPage.Response response()
-
data
final List<ChatCompletion> data()
-
hasNextPage
final Boolean hasNextPage()
-
getNextPageParams
final Optional<ChatCompletionListParams> getNextPageParams()
-
getNextPage
final Optional<ChatCompletionListPage> getNextPage()
-
autoPager
final ChatCompletionListPage.AutoPager autoPager()
-
of
final static ChatCompletionListPage of(ChatCompletionService completionsService, ChatCompletionListParams params, ChatCompletionListPage.Response response)
-
-
-
-