Uses of Class
com.oracle.bmc.generativeaiagent.model.LlmSelection
-
Packages that use LlmSelection Package Description com.oracle.bmc.generativeaiagent.model -
-
Uses of LlmSelection in com.oracle.bmc.generativeaiagent.model
Subclasses of LlmSelection in com.oracle.bmc.generativeaiagent.model Modifier and Type Class Description classCustomGenAiEndpointLlmSelectionCustom LLM selection with specific Gen AI Endpoint.classCustomGenAiModelLlmSelectionCustom LLM selection with specific Gen AI model.classDefaultLlmSelectionDefault LLM selection using system-provided models.Methods in com.oracle.bmc.generativeaiagent.model that return LlmSelection Modifier and Type Method Description LlmSelectionLlmCustomization. getLlmSelection()Methods in com.oracle.bmc.generativeaiagent.model with parameters of type LlmSelection Modifier and Type Method Description LlmCustomization.BuilderLlmCustomization.Builder. llmSelection(LlmSelection llmSelection)Constructors in com.oracle.bmc.generativeaiagent.model with parameters of type LlmSelection Constructor Description LlmCustomization(LlmSelection llmSelection, Map<String,Object> llmHyperParameters, String instruction)Deprecated.
-