Uses of Class
com.oracle.bmc.generativeaiinference.model.LlmInferenceResponse
-
Packages that use LlmInferenceResponse Package Description com.oracle.bmc.generativeaiinference.model -
-
Uses of LlmInferenceResponse in com.oracle.bmc.generativeaiinference.model
Subclasses of LlmInferenceResponse in com.oracle.bmc.generativeaiinference.model Modifier and Type Class Description class
CohereLlmInferenceResponse
The generated text result to return.class
LlamaLlmInferenceResponse
The generated text result to return.Methods in com.oracle.bmc.generativeaiinference.model that return LlmInferenceResponse Modifier and Type Method Description LlmInferenceResponse
GenerateTextResult. getInferenceResponse()
Methods in com.oracle.bmc.generativeaiinference.model with parameters of type LlmInferenceResponse Modifier and Type Method Description GenerateTextResult.Builder
GenerateTextResult.Builder. inferenceResponse(LlmInferenceResponse inferenceResponse)
Constructors in com.oracle.bmc.generativeaiinference.model with parameters of type LlmInferenceResponse Constructor Description GenerateTextResult(String modelId, String modelVersion, LlmInferenceResponse inferenceResponse)
Deprecated.
-