Enum Class SpringAiKind

java.lang.Object
java.lang.Enum<SpringAiKind>
org.springframework.ai.observation.conventions.SpringAiKind
All Implemented Interfaces:
Serializable, Comparable<SpringAiKind>, Constable

public enum SpringAiKind extends Enum<SpringAiKind>
Types of Spring AI constructs which can be observed.
Since:
1.0.0
Author:
Thomas Vitale
  • Enum Constant Details

    • ADVISOR

      public static final SpringAiKind ADVISOR
      Spring AI kind for advisor.
    • CHAT_CLIENT

      public static final SpringAiKind CHAT_CLIENT
      Spring AI kind for chat client.
    • VECTOR_STORE

      public static final SpringAiKind VECTOR_STORE
      Spring AI kind for vector store.
  • Method Details

    • values

      public static SpringAiKind[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static SpringAiKind valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • value

      public String value()
      Return the value of the Spring AI kind.
      Returns:
      the value of the Spring AI kind