Package org.springframework.ai.image
Class ImageResponseMetadata
java.lang.Object
org.springframework.ai.model.MutableResponseMetadata
org.springframework.ai.image.ImageResponseMetadata
- All Implemented Interfaces:
ResponseMetadata
- Direct Known Subclasses:
AzureOpenAiImageResponseMetadata
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
-
Method Summary
Methods inherited from class org.springframework.ai.model.MutableResponseMetadata
clear, computeIfAbsent, containsKey, entrySet, get, getOrDefault, getRawMap, getRequired, isEmpty, keySet, put, remove
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.springframework.ai.model.ResponseMetadata
getOrDefault
-
Constructor Details
-
ImageResponseMetadata
public ImageResponseMetadata() -
ImageResponseMetadata
-
-
Method Details
-
getCreated
-