Package | Description |
---|---|
com.oracle.bmc.generativeaiinference.model |
Modifier and Type | Method and Description |
---|---|
Choice |
Choice.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<Choice> |
LlamaLlmInferenceResponse.getChoices()
A list of generated texts.
|
Modifier and Type | Method and Description |
---|---|
Choice.Builder |
Choice.Builder.copy(Choice model) |
Modifier and Type | Method and Description |
---|---|
LlamaLlmInferenceResponse.Builder |
LlamaLlmInferenceResponse.Builder.choices(List<Choice> choices)
A list of generated texts.
|
Constructor and Description |
---|
LlamaLlmInferenceResponse(Date created,
List<Choice> choices)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.