Uses of Class
com.oracle.bmc.generativeaiinference.model.Choice
-
Packages that use Choice Package Description com.oracle.bmc.generativeaiinference.model -
-
Uses of Choice in com.oracle.bmc.generativeaiinference.model
Methods in com.oracle.bmc.generativeaiinference.model that return Choice Modifier and Type Method Description Choice
Choice.Builder. build()
Methods in com.oracle.bmc.generativeaiinference.model that return types with arguments of type Choice Modifier and Type Method Description List<Choice>
LlamaLlmInferenceResponse. getChoices()
A list of generated texts.Methods in com.oracle.bmc.generativeaiinference.model with parameters of type Choice Modifier and Type Method Description Choice.Builder
Choice.Builder. copy(Choice model)
Method parameters in com.oracle.bmc.generativeaiinference.model with type arguments of type Choice Modifier and Type Method Description LlamaLlmInferenceResponse.Builder
LlamaLlmInferenceResponse.Builder. choices(List<Choice> choices)
A list of generated texts.Constructor parameters in com.oracle.bmc.generativeaiinference.model with type arguments of type Choice Constructor Description LlamaLlmInferenceResponse(Date created, List<Choice> choices)
Deprecated.
-