public static enum BedrockAnthropicChatModel.Types extends Enum<BedrockAnthropicChatModel.Types>
| Enum Constant and Description |
|---|
AnthropicClaudeInstantV1 |
AnthropicClaudeV1 |
AnthropicClaudeV2 |
AnthropicClaudeV2_1 |
| Modifier and Type | Method and Description |
|---|---|
static BedrockAnthropicChatModel.Types |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BedrockAnthropicChatModel.Types[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BedrockAnthropicChatModel.Types AnthropicClaudeInstantV1
public static final BedrockAnthropicChatModel.Types AnthropicClaudeV1
public static final BedrockAnthropicChatModel.Types AnthropicClaudeV2
public static final BedrockAnthropicChatModel.Types AnthropicClaudeV2_1
public static BedrockAnthropicChatModel.Types[] values()
for (BedrockAnthropicChatModel.Types c : BedrockAnthropicChatModel.Types.values()) System.out.println(c);
public static BedrockAnthropicChatModel.Types valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2024. All rights reserved.