Uses of Class
com.azure.ai.openai.models.ImageGenerations
Packages that use ImageGenerations
Package
Description
Package containing the classes for OpenAI.
Package containing the data models for OpenAI.
-
Uses of ImageGenerations in com.azure.ai.openai
Methods in com.azure.ai.openai that return ImageGenerationsModifier and TypeMethodDescriptionOpenAIClient.getImageGenerations(String deploymentOrModelName, ImageGenerationOptions imageGenerationOptions) Creates an image given a prompt.Methods in com.azure.ai.openai that return types with arguments of type ImageGenerationsModifier and TypeMethodDescriptionOpenAIAsyncClient.getImageGenerations(String deploymentOrModelName, ImageGenerationOptions imageGenerationOptions) Creates an image given a prompt.Mono<com.azure.core.http.rest.Response<ImageGenerations>> OpenAIAsyncClient.getImageGenerationsWithResponse(String deploymentOrModelName, ImageGenerationOptions imageGenerationOptions, com.azure.core.http.rest.RequestOptions requestOptions) Creates an image given a prompt.com.azure.core.http.rest.Response<ImageGenerations> OpenAIClient.getImageGenerationsWithResponse(String deploymentOrModelName, ImageGenerationOptions imageGenerationOptions, com.azure.core.http.rest.RequestOptions requestOptions) Creates an image given a prompt. -
Uses of ImageGenerations in com.azure.ai.openai.models
Methods in com.azure.ai.openai.models that return ImageGenerationsModifier and TypeMethodDescriptionstatic ImageGenerationsImageGenerations.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ImageGenerations from the JsonReader.