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