Class DedicatedAiClusterHostingCapacity.Builder
- java.lang.Object
-
- com.oracle.bmc.generativeai.model.DedicatedAiClusterHostingCapacity.Builder
-
- Enclosing class:
- DedicatedAiClusterHostingCapacity
public static class DedicatedAiClusterHostingCapacity.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DedicatedAiClusterHostingCapacity
build()
DedicatedAiClusterHostingCapacity.Builder
copy(DedicatedAiClusterHostingCapacity model)
DedicatedAiClusterHostingCapacity.Builder
totalEndpointCapacity(Integer totalEndpointCapacity)
The total number of endpoints that can be hosted on this dedicated AI cluster.DedicatedAiClusterHostingCapacity.Builder
usedEndpointCapacity(Integer usedEndpointCapacity)
The number of endpoints hosted on this dedicated AI cluster.
-
-
-
Method Detail
-
totalEndpointCapacity
public DedicatedAiClusterHostingCapacity.Builder totalEndpointCapacity(Integer totalEndpointCapacity)
The total number of endpoints that can be hosted on this dedicated AI cluster.- Parameters:
totalEndpointCapacity
- the value to set- Returns:
- this builder
-
usedEndpointCapacity
public DedicatedAiClusterHostingCapacity.Builder usedEndpointCapacity(Integer usedEndpointCapacity)
The number of endpoints hosted on this dedicated AI cluster.- Parameters:
usedEndpointCapacity
- the value to set- Returns:
- this builder
-
build
public DedicatedAiClusterHostingCapacity build()
-
copy
public DedicatedAiClusterHostingCapacity.Builder copy(DedicatedAiClusterHostingCapacity model)
-
-