Uses of Class
com.azure.ai.openai.models.PageableList
Packages that use PageableList
-
Uses of PageableList in com.azure.ai.openai
Methods in com.azure.ai.openai that return PageableListModifier and TypeMethodDescriptionOpenAIClient.listBatches()Gets a list of all batches owned by the Azure OpenAI resource.OpenAIClient.listBatches(String after, Integer limit) Gets a list of all batches owned by the Azure OpenAI resource.Methods in com.azure.ai.openai that return types with arguments of type PageableListModifier and TypeMethodDescriptionOpenAIAsyncClient.listBatches()Gets a list of all batches owned by the Azure OpenAI resource.OpenAIAsyncClient.listBatches(String after, Integer limit) Gets a list of all batches owned by the Azure OpenAI resource.Mono<com.azure.core.http.rest.Response<PageableList<Batch>>> OpenAIAsyncClient.listBatchesWithResponse(com.azure.core.http.rest.RequestOptions requestOptions) Gets a list of all batches owned by the Azure OpenAI resource.com.azure.core.http.rest.Response<PageableList<Batch>> OpenAIClient.listBatchesWithResponse(com.azure.core.http.rest.RequestOptions requestOptions) Gets a list of all batches owned by the Azure OpenAI resource.