Uses of Class
com.oracle.bmc.generativeai.model.DedicatedAiClusterHostingCapacity.Builder
-
Packages that use DedicatedAiClusterHostingCapacity.Builder Package Description com.oracle.bmc.generativeai.model -
-
Uses of DedicatedAiClusterHostingCapacity.Builder in com.oracle.bmc.generativeai.model
Methods in com.oracle.bmc.generativeai.model that return DedicatedAiClusterHostingCapacity.Builder Modifier and Type Method Description static DedicatedAiClusterHostingCapacity.Builder
DedicatedAiClusterHostingCapacity. builder()
Create a new builder.DedicatedAiClusterHostingCapacity.Builder
DedicatedAiClusterHostingCapacity.Builder. copy(DedicatedAiClusterHostingCapacity model)
DedicatedAiClusterHostingCapacity.Builder
DedicatedAiClusterHostingCapacity. toBuilder()
DedicatedAiClusterHostingCapacity.Builder
DedicatedAiClusterHostingCapacity.Builder. totalEndpointCapacity(Integer totalEndpointCapacity)
The total number of endpoints that can be hosted on this dedicated AI cluster.DedicatedAiClusterHostingCapacity.Builder
DedicatedAiClusterHostingCapacity.Builder. usedEndpointCapacity(Integer usedEndpointCapacity)
The number of endpoints hosted on this dedicated AI cluster.
-