Class VertexAiChatResponseMetadata
java.lang.Object
org.springframework.ai.vertexai.gemini.metadata.VertexAiChatResponseMetadata
- All Implemented Interfaces:
ChatResponseMetadata
,ResponseMetadata
- Since:
- 0.8.1
- Author:
- Christian Tzolov
-
Field Summary
Fields inherited from interface org.springframework.ai.chat.metadata.ChatResponseMetadata
NULL
-
Constructor Summary
-
Method Summary
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.chat.metadata.ChatResponseMetadata
getPromptMetadata, getRateLimit
-
Constructor Details
-
VertexAiChatResponseMetadata
-
-
Method Details
-
getUsage
Description copied from interface:ChatResponseMetadata
Returns AI provider specific metadata on API usage.- Specified by:
getUsage
in interfaceChatResponseMetadata
- Returns:
- AI provider specific metadata on API usage.
- See Also:
-