Class LlamaLlmInferenceResponse.Builder
- java.lang.Object
- 
- com.oracle.bmc.generativeaiinference.model.LlamaLlmInferenceResponse.Builder
 
- 
- Enclosing class:
- LlamaLlmInferenceResponse
 
 public static class LlamaLlmInferenceResponse.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description LlamaLlmInferenceResponsebuild()LlamaLlmInferenceResponse.Builderchoices(List<Choice> choices)A list of generated texts.LlamaLlmInferenceResponse.Buildercopy(LlamaLlmInferenceResponse model)LlamaLlmInferenceResponse.Buildercreated(Date created)The Unix timestamp (in seconds) of when the generation was created.
 
- 
- 
- 
Method Detail- 
createdpublic LlamaLlmInferenceResponse.Builder created(Date created) The Unix timestamp (in seconds) of when the generation was created.- Parameters:
- created- the value to set
- Returns:
- this builder
 
 - 
choicespublic LlamaLlmInferenceResponse.Builder choices(List<Choice> choices) A list of generated texts.Can be more than one if n is greater than 1. - Parameters:
- choices- the value to set
- Returns:
- this builder
 
 - 
buildpublic LlamaLlmInferenceResponse build() 
 - 
copypublic LlamaLlmInferenceResponse.Builder copy(LlamaLlmInferenceResponse model) 
 
- 
 
-