public static class DedicatedAiClusterHostingCapacity.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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.
|
public DedicatedAiClusterHostingCapacity.Builder totalEndpointCapacity(Integer totalEndpointCapacity)
The total number of endpoints that can be hosted on this dedicated AI cluster.
totalEndpointCapacity
- the value to setpublic DedicatedAiClusterHostingCapacity.Builder usedEndpointCapacity(Integer usedEndpointCapacity)
The number of endpoints hosted on this dedicated AI cluster.
usedEndpointCapacity
- the value to setpublic DedicatedAiClusterHostingCapacity build()
public DedicatedAiClusterHostingCapacity.Builder copy(DedicatedAiClusterHostingCapacity model)
Copyright © 2016–2024. All rights reserved.