Class AzureOpenAiImageResponseMetadata

java.lang.Object
org.springframework.ai.model.MutableResponseMetadata
org.springframework.ai.image.ImageResponseMetadata
org.springframework.ai.azure.openai.metadata.AzureOpenAiImageResponseMetadata
All Implemented Interfaces:
ResponseMetadata

public class AzureOpenAiImageResponseMetadata extends ImageResponseMetadata
Represents metadata associated with an image response from the Azure OpenAI image model. It provides additional information about the generative response from the Azure OpenAI image model, including the creation timestamp of the generated image.
Since:
1.0.0 M1
Author:
Benoit Moussaud