Class CondenserConfig.Builder
- java.lang.Object
-
- com.oracle.bmc.generativeai.model.CondenserConfig.Builder
-
- Enclosing class:
- CondenserConfig
public static class CondenserConfig.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CondenserConfigbuild()CondenserConfig.Buildercopy(CondenserConfig model)CondenserConfig.BuilderllmSelection(LlmSelection llmSelection)
-
-
-
Method Detail
-
llmSelection
public CondenserConfig.Builder llmSelection(LlmSelection llmSelection)
-
build
public CondenserConfig build()
-
copy
public CondenserConfig.Builder copy(CondenserConfig model)
-
-