Class DedicatedAiClusterHostingCapacity.Builder
- java.lang.Object
- 
- com.oracle.bmc.generativeai.model.DedicatedAiClusterHostingCapacity.Builder
 
- 
- Enclosing class:
- DedicatedAiClusterHostingCapacity
 
 public static class DedicatedAiClusterHostingCapacity.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description DedicatedAiClusterHostingCapacitybuild()DedicatedAiClusterHostingCapacity.Buildercopy(DedicatedAiClusterHostingCapacity model)DedicatedAiClusterHostingCapacity.BuildertotalEndpointCapacity(Integer totalEndpointCapacity)The total number of endpoints that can be hosted on this dedicated AI cluster.DedicatedAiClusterHostingCapacity.BuilderusedEndpointCapacity(Integer usedEndpointCapacity)The number of endpoints hosted on this dedicated AI cluster.
 
- 
- 
- 
Method Detail- 
totalEndpointCapacitypublic 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
 
 - 
usedEndpointCapacitypublic DedicatedAiClusterHostingCapacity.Builder usedEndpointCapacity(Integer usedEndpointCapacity) The number of endpoints hosted on this dedicated AI cluster.- Parameters:
- usedEndpointCapacity- the value to set
- Returns:
- this builder
 
 - 
buildpublic DedicatedAiClusterHostingCapacity build() 
 - 
copypublic DedicatedAiClusterHostingCapacity.Builder copy(DedicatedAiClusterHostingCapacity model) 
 
- 
 
-