Uses of Enum Class
org.springframework.ai.observation.conventions.AiTokenType
Packages that use AiTokenType
Package
Description
Conventions for observation-based AI.
-
Uses of AiTokenType in org.springframework.ai.observation.conventions
Subclasses with type arguments of type AiTokenType in org.springframework.ai.observation.conventionsModifier and TypeClassDescriptionenumTypes of tokens produced and consumed in an AI operation.Methods in org.springframework.ai.observation.conventions that return AiTokenTypeModifier and TypeMethodDescriptionstatic AiTokenTypeReturns the enum constant of this class with the specified name.static AiTokenType[]AiTokenType.values()Returns an array containing the constants of this enum class, in the order they are declared.