public static class LlamaLlmInferenceResponse.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
LlamaLlmInferenceResponse |
build() |
LlamaLlmInferenceResponse.Builder |
choices(List<Choice> choices)
A list of generated texts.
|
LlamaLlmInferenceResponse.Builder |
copy(LlamaLlmInferenceResponse model) |
LlamaLlmInferenceResponse.Builder |
created(Date created)
The Unix timestamp (in seconds) of when the generation was created.
|
public LlamaLlmInferenceResponse.Builder created(Date created)
The Unix timestamp (in seconds) of when the generation was created.
created
- the value to setpublic LlamaLlmInferenceResponse.Builder choices(List<Choice> choices)
A list of generated texts. Can be more than one if n is greater than 1.
choices
- the value to setpublic LlamaLlmInferenceResponse build()
public LlamaLlmInferenceResponse.Builder copy(LlamaLlmInferenceResponse model)
Copyright © 2016–2024. All rights reserved.