Class OnDemandServingMode.Builder
- java.lang.Object
-
- com.oracle.bmc.generativeaiinference.model.OnDemandServingMode.Builder
-
- Enclosing class:
- OnDemandServingMode
public static class OnDemandServingMode.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OnDemandServingMode
build()
OnDemandServingMode.Builder
copy(OnDemandServingMode model)
OnDemandServingMode.Builder
modelId(String modelId)
The unique ID of a model to use.
-
-
-
Method Detail
-
modelId
public OnDemandServingMode.Builder modelId(String modelId)
The unique ID of a model to use.You can use the
listModels
API to list the available models.- Parameters:
modelId
- the value to set- Returns:
- this builder
-
build
public OnDemandServingMode build()
-
copy
public OnDemandServingMode.Builder copy(OnDemandServingMode model)
-
-