Interface CfnFleetPropsMixin.AcceleratorCountRangeProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnFleetPropsMixin.AcceleratorCountRangeProperty.Jsii$Proxy
- Enclosing class:
CfnFleetPropsMixin
@Stability(Stable)
public static interface CfnFleetPropsMixin.AcceleratorCountRangeProperty
extends software.amazon.jsii.JsiiSerializable
Defines the maximum and minimum number of GPU accelerators required for a worker instance..
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.deadline.*;
AcceleratorCountRangeProperty acceleratorCountRangeProperty = AcceleratorCountRangeProperty.builder()
.max(123)
.min(123)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnFleetPropsMixin.AcceleratorCountRangePropertystatic final classAn implementation forCfnFleetPropsMixin.AcceleratorCountRangeProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getMax
The maximum number of GPU accelerators in the worker host.- See Also:
-
getMin
The minimum number of GPU accelerators in the worker host.- See Also:
-
builder
-