Uses of Class
com.azure.ai.openai.models.Completions
Packages that use Completions
Package
Description
Package containing the classes for OpenAI.
Package containing the data models for OpenAI.
-
Uses of Completions in com.azure.ai.openai
Methods in com.azure.ai.openai that return CompletionsModifier and TypeMethodDescriptionOpenAIClient.getCompletions(String deploymentOrModelName, CompletionsOptions completionsOptions) Gets completions for the provided input prompts.OpenAIClient.getCompletions(String deploymentOrModelName, String prompt) Gets completions for the provided input prompt.Methods in com.azure.ai.openai that return types with arguments of type CompletionsModifier and TypeMethodDescriptionOpenAIAsyncClient.getCompletions(String deploymentOrModelName, CompletionsOptions completionsOptions) Gets completions for the provided input prompts.OpenAIAsyncClient.getCompletions(String deploymentOrModelName, String prompt) Gets completions for the provided input prompt.OpenAIAsyncClient.getCompletionsStream(String deploymentOrModelName, CompletionsOptions completionsOptions) Gets completions as a stream for the provided input prompts.com.azure.core.util.IterableStream<Completions>OpenAIClient.getCompletionsStream(String deploymentOrModelName, CompletionsOptions completionsOptions) Gets completions as a stream for the provided input prompts.Mono<com.azure.core.http.rest.Response<Completions>>OpenAIAsyncClient.getCompletionsWithResponse(String deploymentOrModelName, CompletionsOptions completionsOptions, com.azure.core.http.rest.RequestOptions requestOptions) Gets completions for the provided input prompts.com.azure.core.http.rest.Response<Completions>OpenAIClient.getCompletionsWithResponse(String deploymentOrModelName, CompletionsOptions completionsOptions, com.azure.core.http.rest.RequestOptions requestOptions) Gets completions for the provided input prompts. -
Uses of Completions in com.azure.ai.openai.models
Methods in com.azure.ai.openai.models that return CompletionsModifier and TypeMethodDescriptionstatic CompletionsCompletions.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of Completions from the JsonReader.