Package | Description |
---|---|
com.oracle.bmc.generativeaiinference.model |
Modifier and Type | Class and Description |
---|---|
class |
CohereLlmInferenceResponse
The generated text result to return.
|
class |
LlamaLlmInferenceResponse
The generated text result to return.
|
Modifier and Type | Method and Description |
---|---|
LlmInferenceResponse |
GenerateTextResult.getInferenceResponse() |
Modifier and Type | Method and Description |
---|---|
GenerateTextResult.Builder |
GenerateTextResult.Builder.inferenceResponse(LlmInferenceResponse inferenceResponse) |
Constructor and Description |
---|
GenerateTextResult(String modelId,
String modelVersion,
LlmInferenceResponse inferenceResponse)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.