@Generated public enum AwsBedrockConfigBedrockProvider extends Enum<AwsBedrockConfigBedrockProvider>
| Modifier and Type | Method and Description |
|---|---|
static AwsBedrockConfigBedrockProvider |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AwsBedrockConfigBedrockProvider[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AwsBedrockConfigBedrockProvider AI21LABS
public static final AwsBedrockConfigBedrockProvider AMAZON
public static final AwsBedrockConfigBedrockProvider ANTHROPIC
public static final AwsBedrockConfigBedrockProvider COHERE
public static AwsBedrockConfigBedrockProvider[] values()
for (AwsBedrockConfigBedrockProvider c : AwsBedrockConfigBedrockProvider.values()) System.out.println(c);
public static AwsBedrockConfigBedrockProvider 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.