Package com.oracle.bmc.dif.model
Class GenAiUpdateDetail.Builder
- java.lang.Object
-
- com.oracle.bmc.dif.model.GenAiUpdateDetail.Builder
-
- Enclosing class:
- GenAiUpdateDetail
public static class GenAiUpdateDetail.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GenAiUpdateDetailbuild()GenAiUpdateDetail.Buildercopy(GenAiUpdateDetail model)GenAiUpdateDetail.Builderendpoints(List<EndpointDetails> endpoints)List of endpoints to be provisioned new or updated if existing for the GenAi dedicated cluster.GenAiUpdateDetail.BuilderinstanceId(String instanceId)Instance id of the exisitng GenAi instance to be updated.GenAiUpdateDetail.BuilderunitCount(Integer unitCount)No of replicas of base model to be used for hosting.
-
-
-
Method Detail
-
instanceId
public GenAiUpdateDetail.Builder instanceId(String instanceId)
Instance id of the exisitng GenAi instance to be updated.- Parameters:
instanceId- the value to set- Returns:
- this builder
-
unitCount
public GenAiUpdateDetail.Builder unitCount(Integer unitCount)
No of replicas of base model to be used for hosting.- Parameters:
unitCount- the value to set- Returns:
- this builder
-
endpoints
public GenAiUpdateDetail.Builder endpoints(List<EndpointDetails> endpoints)
List of endpoints to be provisioned new or updated if existing for the GenAi dedicated cluster.- Parameters:
endpoints- the value to set- Returns:
- this builder
-
build
public GenAiUpdateDetail build()
-
copy
public GenAiUpdateDetail.Builder copy(GenAiUpdateDetail model)
-
-