Class ImageResponseMetadata
java.lang.Object
org.springframework.ai.model.MutableResponseMetadata
org.springframework.ai.image.ImageResponseMetadata
- All Implemented Interfaces:
ResponseMetadata
- Direct Known Subclasses:
AzureOpenAiImageResponseMetadata, OpenAiSdkImageResponseMetadata
Represents metadata associated with an image response. It provides additional
information about the generative response from an AI model, including the creation
timestamp of the generated image.
- Since:
- 1.0.0
- Author:
- Mark Pollack, Thomas Vitale
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class MutableResponseMetadata
clear, computeIfAbsent, containsKey, entrySet, get, getOrDefault, getRawMap, getRequired, isEmpty, keySet, put, removeMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ResponseMetadata
getOrDefault
-
Constructor Details
-
ImageResponseMetadata
public ImageResponseMetadata() -
ImageResponseMetadata
-
-
Method Details
-
getCreated
-