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. -
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.