Uses of Record Class
org.springframework.ai.anthropic.api.AnthropicApi.MessageDeltaEvent.MessageDeltaUsage
-
Uses of AnthropicApi.MessageDeltaEvent.MessageDeltaUsage in org.springframework.ai.anthropic.api
Modifier and TypeMethodDescriptionAnthropicApi.MessageDeltaEvent.usage()
Returns the value of theusage
record component.ModifierConstructorDescriptionMessageDeltaEvent
(AnthropicApi.EventType type, AnthropicApi.MessageDeltaEvent.MessageDelta delta, AnthropicApi.MessageDeltaEvent.MessageDeltaUsage usage) Creates an instance of aMessageDeltaEvent
record class.