JavaScript is disabled on your browser.
Enum Constant Summary
Enum Constants
Deprecated, for removal: This API element is subject to removal in a future version.
Deprecated, for removal: This API element is subject to removal in a future version.
Deprecated, for removal: This API element is subject to removal in a future version.
Deprecated, for removal: This API element is subject to removal in a future version.
Deprecated, for removal: This API element is subject to removal in a future version.
Method Summary
All Methods Static Methods Concrete Methods
Returns the enum constant of this class with the specified name.
Returns an array containing the constants of this enum class, in
the order they are declared.
Methods inherited from class java.lang.Enum
clone , compareTo , describeConstable , equals , finalize , getDeclaringClass , hashCode , name , ordinal , toString , valueOf
Enum Constant Details
TITAN_MULTIMODAL_EMBEDDINGS_G1
JURASSIC2_ULTRA
Deprecated, for removal: This API element is subject to removal in a future version.
JURASSIC2_MID
Deprecated, for removal: This API element is subject to removal in a future version.
ANTROPHIC_CLAUDE_INSTANT_V1
Deprecated, for removal: This API element is subject to removal in a future version.
ANTROPHIC_CLAUDE_V2
Deprecated, for removal: This API element is subject to removal in a future version.
ANTROPHIC_CLAUDE_V2_1
Deprecated, for removal: This API element is subject to removal in a future version.
ANTROPHIC_CLAUDE_HAIKU_V3
ANTROPHIC_CLAUDE_HAIKU_V35
ANTROPHIC_CLAUDE_SONNET_V4
COHERE_EMBED_MULTILINGUAL_V3
LLAMA4_MAVERICK_17B_INSTRUCT
LLAMA4_SCOUT_17B_INSTRUCT
STABLE_DIFFUSION_3_5_LARGE
STABLE_IMAGE_CONTROL_SKETCH
STABLE_IMAGE_CONTROL_STRUCTURE
Method Details
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
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