Enum Class BedrockModels

java.lang.Object
java.lang.Enum<BedrockModels>
org.apache.camel.component.aws2.bedrock.BedrockModels
All Implemented Interfaces:
Serializable, Comparable<BedrockModels>, Constable

public enum BedrockModels extends Enum<BedrockModels>
  • Enum Constant Details

    • TITAN_TEXT_EXPRESS_V1

      public static final BedrockModels TITAN_TEXT_EXPRESS_V1
    • TITAN_TEXT_LITE_V1

      public static final BedrockModels TITAN_TEXT_LITE_V1
    • TITAN_IMAGE_GENERATOR_V1

      public static final BedrockModels TITAN_IMAGE_GENERATOR_V1
    • TITAN_EMBEDDINGS_G1

      public static final BedrockModels TITAN_EMBEDDINGS_G1
    • TITAN_MULTIMODAL_EMBEDDINGS_G1

      public static final BedrockModels TITAN_MULTIMODAL_EMBEDDINGS_G1
    • TITAN_TEXT_PREMIER_V1

      public static final BedrockModels TITAN_TEXT_PREMIER_V1
    • TITAN_TEXT_EMBEDDINGS_V2

      public static final BedrockModels TITAN_TEXT_EMBEDDINGS_V2
    • JURASSIC2_ULTRA

      public static final BedrockModels JURASSIC2_ULTRA
    • JURASSIC2_MID

      public static final BedrockModels JURASSIC2_MID
    • ANTROPHIC_CLAUDE_INSTANT_V1

      public static final BedrockModels ANTROPHIC_CLAUDE_INSTANT_V1
    • ANTROPHIC_CLAUDE_V2

      public static final BedrockModels ANTROPHIC_CLAUDE_V2
    • ANTROPHIC_CLAUDE_V2_1

      public static final BedrockModels ANTROPHIC_CLAUDE_V2_1
    • ANTROPHIC_CLAUDE_V3

      public static final BedrockModels ANTROPHIC_CLAUDE_V3
    • ANTROPHIC_CLAUDE_V35

      public static final BedrockModels ANTROPHIC_CLAUDE_V35
    • ANTROPHIC_CLAUDE_V35_2

      public static final BedrockModels ANTROPHIC_CLAUDE_V35_2
    • ANTROPHIC_CLAUDE_HAIKU_V3

      public static final BedrockModels ANTROPHIC_CLAUDE_HAIKU_V3
    • ANTROPHIC_CLAUDE_HAIKU_V35

      public static final BedrockModels ANTROPHIC_CLAUDE_HAIKU_V35
    • MISTRAL_7B_INSTRUCT

      public static final BedrockModels MISTRAL_7B_INSTRUCT
    • MISTRAL_8x7B_INSTRUCT

      public static final BedrockModels MISTRAL_8x7B_INSTRUCT
    • MISTRAL_LARGE

      public static final BedrockModels MISTRAL_LARGE
  • Field Details

    • model

      public final String model
  • Method Details

    • values

      public static BedrockModels[] 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 BedrockModels 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