Package | Description |
---|---|
com.oracle.bmc.generativeaiinference.model |
Modifier and Type | Method and Description |
---|---|
GeneratedText |
GeneratedText.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<GeneratedText> |
CohereLlmInferenceResponse.getGeneratedTexts()
Each prompt in the input array has an array of GeneratedText, controlled by numGenerations
parameter in the request.
|
Modifier and Type | Method and Description |
---|---|
GeneratedText.Builder |
GeneratedText.Builder.copy(GeneratedText model) |
Modifier and Type | Method and Description |
---|---|
CohereLlmInferenceResponse.Builder |
CohereLlmInferenceResponse.Builder.generatedTexts(List<GeneratedText> generatedTexts)
Each prompt in the input array has an array of GeneratedText, controlled by
numGenerations parameter in the request.
|
Constructor and Description |
---|
CohereLlmInferenceResponse(List<GeneratedText> generatedTexts,
Date timeCreated,
String prompt)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.