Package | Description |
---|---|
com.oracle.bmc.generativeaiinference.model |
Modifier and Type | Method and Description |
---|---|
static ChatChoice.Builder |
ChatChoice.builder()
Create a new builder.
|
ChatChoice.Builder |
ChatChoice.Builder.copy(ChatChoice model) |
ChatChoice.Builder |
ChatChoice.Builder.finishReason(String finishReason)
The reason why the model stopped generating tokens.
|
ChatChoice.Builder |
ChatChoice.Builder.index(Integer index)
The index of the chat.
|
ChatChoice.Builder |
ChatChoice.Builder.logprobs(Logprobs logprobs) |
ChatChoice.Builder |
ChatChoice.Builder.message(Message message) |
ChatChoice.Builder |
ChatChoice.toBuilder() |
Copyright © 2016–2024. All rights reserved.