Uses of Class
com.oracle.bmc.generativeaiinference.model.Choice.Builder
- 
Packages that use Choice.Builder Package Description com.oracle.bmc.generativeaiinference.model 
- 
- 
Uses of Choice.Builder in com.oracle.bmc.generativeaiinference.modelMethods in com.oracle.bmc.generativeaiinference.model that return Choice.Builder Modifier and Type Method Description static Choice.BuilderChoice. builder()Create a new builder.Choice.BuilderChoice.Builder. copy(Choice model)Choice.BuilderChoice.Builder. finishReason(String finishReason)The reason why the model stopped generating tokens.Choice.BuilderChoice.Builder. index(Integer index)The index of the generated text.Choice.BuilderChoice.Builder. logprobs(Logprobs logprobs)Choice.BuilderChoice.Builder. text(String text)The generated text.Choice.BuilderChoice. toBuilder()
 
-