Interface CfnCluster.InstanceRequirementsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnCluster.InstanceRequirementsProperty.Jsii$Proxy
- Enclosing class:
CfnCluster
@Stability(Stable)
public static interface CfnCluster.InstanceRequirementsProperty
extends software.amazon.jsii.JsiiSerializable
The instance requirements for the instance group.
Specifies a list of instance types that can be used.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.sagemaker.*;
InstanceRequirementsProperty instanceRequirementsProperty = InstanceRequirementsProperty.builder()
.instanceTypes(List.of("instanceTypes"))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnCluster.InstanceRequirementsPropertystatic final classAn implementation forCfnCluster.InstanceRequirementsProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()A list of instance types that can be used for this instance group.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getInstanceTypes
A list of instance types that can be used for this instance group.- See Also:
-
builder
-