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