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