Uses of Record Class
org.springframework.ai.anthropic.api.AnthropicApi.MessageDeltaEvent.MessageDeltaUsage
Packages that use AnthropicApi.MessageDeltaEvent.MessageDeltaUsage
-
Uses of AnthropicApi.MessageDeltaEvent.MessageDeltaUsage in org.springframework.ai.anthropic.api
Methods in org.springframework.ai.anthropic.api that return AnthropicApi.MessageDeltaEvent.MessageDeltaUsageModifier and TypeMethodDescriptionAnthropicApi.MessageDeltaEvent.usage()
Returns the value of theusage
record component.Constructors in org.springframework.ai.anthropic.api with parameters of type AnthropicApi.MessageDeltaEvent.MessageDeltaUsageModifierConstructorDescriptionMessageDeltaEvent
(AnthropicApi.EventType type, AnthropicApi.MessageDeltaEvent.MessageDelta delta, AnthropicApi.MessageDeltaEvent.MessageDeltaUsage usage) Creates an instance of aMessageDeltaEvent
record class.