public static interface AcceleratorCount.Builder extends SdkPojo, CopyableBuilder<AcceleratorCount.Builder,AcceleratorCount>
| Modifier and Type | Method and Description |
|---|---|
AcceleratorCount.Builder |
max(Integer max)
The maximum number of accelerators.
|
AcceleratorCount.Builder |
min(Integer min)
The minimum number of accelerators.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAcceleratorCount.Builder min(Integer min)
The minimum number of accelerators. If this parameter is not specified, there is no minimum limit.
min - The minimum number of accelerators. If this parameter is not specified, there is no minimum limit.AcceleratorCount.Builder max(Integer max)
The maximum number of accelerators. If this parameter is not specified, there is no maximum limit.
max - The maximum number of accelerators. If this parameter is not specified, there is no maximum limit.Copyright © 2021. All rights reserved.