Class CustomSemanticStoreModelSelection.Builder
- java.lang.Object
-
- com.oracle.bmc.generativeai.model.CustomSemanticStoreModelSelection.Builder
-
- Enclosing class:
- CustomSemanticStoreModelSelection
public static class CustomSemanticStoreModelSelection.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CustomSemanticStoreModelSelectionbuild()CustomSemanticStoreModelSelection.Buildercopy(CustomSemanticStoreModelSelection model)CustomSemanticStoreModelSelection.BuildermodelId(String modelId)The generative AI modelId to use for SemanticStore enrichment.
-
-
-
Method Detail
-
modelId
public CustomSemanticStoreModelSelection.Builder modelId(String modelId)
The generative AI modelId to use for SemanticStore enrichment.You can use the ListModels API to list the available models. https://docs.oracle.com/en-us/iaas/api/#/en/generative-ai/20231130/ModelCollection/ListModels
- Parameters:
modelId- the value to set- Returns:
- this builder
-
build
public CustomSemanticStoreModelSelection build()
-
copy
public CustomSemanticStoreModelSelection.Builder copy(CustomSemanticStoreModelSelection model)
-
-