Uses of Enum Class
org.springframework.ai.observation.conventions.AiOperationType
Packages that use AiOperationType
Package
Description
Conventions for observation-based AI.
-
Uses of AiOperationType in org.springframework.ai.observation.conventions
Subclasses with type arguments of type AiOperationType in org.springframework.ai.observation.conventionsModifier and TypeClassDescriptionenumTypes of operations performed by AI systems.Methods in org.springframework.ai.observation.conventions that return AiOperationTypeModifier and TypeMethodDescriptionstatic AiOperationTypeReturns the enum constant of this class with the specified name.static AiOperationType[]AiOperationType.values()Returns an array containing the constants of this enum class, in the order they are declared.