Class CustomGenAiEndpointLlmSelection.Builder
- java.lang.Object
-
- com.oracle.bmc.generativeaiagent.model.CustomGenAiEndpointLlmSelection.Builder
-
- Enclosing class:
- CustomGenAiEndpointLlmSelection
public static class CustomGenAiEndpointLlmSelection.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CustomGenAiEndpointLlmSelectionbuild()CustomGenAiEndpointLlmSelection.Buildercopy(CustomGenAiEndpointLlmSelection model)CustomGenAiEndpointLlmSelection.BuilderendpointId(String endpointId)The OCID of the GenAI endpoint
-
-
-
Method Detail
-
endpointId
public CustomGenAiEndpointLlmSelection.Builder endpointId(String endpointId)
The OCID of the GenAI endpoint- Parameters:
endpointId- the value to set- Returns:
- this builder
-
build
public CustomGenAiEndpointLlmSelection build()
-
copy
public CustomGenAiEndpointLlmSelection.Builder copy(CustomGenAiEndpointLlmSelection model)
-
-