Class DedicatedServingMode.Builder
- java.lang.Object
- 
- com.oracle.bmc.generativeaiinference.model.DedicatedServingMode.Builder
 
- 
- Enclosing class:
- DedicatedServingMode
 
 public static class DedicatedServingMode.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description DedicatedServingModebuild()DedicatedServingMode.Buildercopy(DedicatedServingMode model)DedicatedServingMode.BuilderendpointId(String endpointId)The OCID of the endpoint to use.
 
- 
- 
- 
Method Detail- 
endpointIdpublic DedicatedServingMode.Builder endpointId(String endpointId) The OCID of the endpoint to use.- Parameters:
- endpointId- the value to set
- Returns:
- this builder
 
 - 
buildpublic DedicatedServingMode build() 
 - 
copypublic DedicatedServingMode.Builder copy(DedicatedServingMode model) 
 
- 
 
-