Class CfnClusterProps.Jsii$Proxy
- All Implemented Interfaces:
CfnClusterProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnClusterProps
CfnClusterProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.sagemaker.CfnClusterProps
CfnClusterProps.Builder, CfnClusterProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnClusterProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnClusterProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectConfiguration for cluster auto-scaling.final StringThe name of the SageMaker HyperPod cluster.final StringThe cluster role for the autoscaler to assume.final ObjectThe instance groups of the SageMaker HyperPod cluster.final StringDetermines the scaling strategy for the SageMaker HyperPod cluster.final StringSpecifies whether to enable or disable the automatic node recovery feature of SageMaker HyperPod.final ObjectThe orchestrator type for the SageMaker HyperPod cluster.final ObjectThe restricted instance groups of the SageMaker HyperPod cluster.getTags()A tag object that consists of a key and an optional value, used to manage metadata for SageMaker AWS resources.final ObjectConfiguration for tiered storage in the SageMaker HyperPod cluster.final ObjectSpecifies an Amazon Virtual Private Cloud (VPC) that your SageMaker jobs, hosted models, and compute resources have access to.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnClusterProps.Builder.
-
-
Method Details
-
getAutoScaling
Description copied from interface:CfnClusterPropsConfiguration for cluster auto-scaling.Returns union: either
IResolvableorCfnCluster.ClusterAutoScalingConfigProperty- Specified by:
getAutoScalingin interfaceCfnClusterProps- See Also:
-
getClusterName
Description copied from interface:CfnClusterPropsThe name of the SageMaker HyperPod cluster.- Specified by:
getClusterNamein interfaceCfnClusterProps- See Also:
-
getClusterRole
Description copied from interface:CfnClusterPropsThe cluster role for the autoscaler to assume.- Specified by:
getClusterRolein interfaceCfnClusterProps- See Also:
-
getInstanceGroups
Description copied from interface:CfnClusterPropsThe instance groups of the SageMaker HyperPod cluster.To delete an instance group, remove it from the array.
Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnCluster.ClusterInstanceGroupProperty>- Specified by:
getInstanceGroupsin interfaceCfnClusterProps- See Also:
-
getNodeProvisioningMode
Description copied from interface:CfnClusterPropsDetermines the scaling strategy for the SageMaker HyperPod cluster.When set to 'Continuous', enables continuous scaling which dynamically manages node provisioning. If the parameter is omitted, uses the standard scaling approach in previous release.
- Specified by:
getNodeProvisioningModein interfaceCfnClusterProps- See Also:
-
getNodeRecovery
Description copied from interface:CfnClusterPropsSpecifies whether to enable or disable the automatic node recovery feature of SageMaker HyperPod.Available values are
Automaticfor enabling andNonefor disabling.- Specified by:
getNodeRecoveryin interfaceCfnClusterProps- See Also:
-
getOrchestrator
Description copied from interface:CfnClusterPropsThe orchestrator type for the SageMaker HyperPod cluster.Currently,
'eks'is the only available option.Returns union: either
IResolvableorCfnCluster.OrchestratorProperty- Specified by:
getOrchestratorin interfaceCfnClusterProps- See Also:
-
getRestrictedInstanceGroups
Description copied from interface:CfnClusterPropsThe restricted instance groups of the SageMaker HyperPod cluster.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnCluster.ClusterRestrictedInstanceGroupProperty>- Specified by:
getRestrictedInstanceGroupsin interfaceCfnClusterProps- See Also:
-
getTags
Description copied from interface:CfnClusterPropsA tag object that consists of a key and an optional value, used to manage metadata for SageMaker AWS resources.You can add tags to notebook instances, training jobs, hyperparameter tuning jobs, batch transform jobs, models, labeling jobs, work teams, endpoint configurations, and endpoints. For more information on adding tags to SageMaker resources, see AddTags .
For more information on adding metadata to your AWS resources with tagging, see Tagging AWS resources . For advice on best practices for managing AWS resources with tagging, see Tagging Best Practices: Implement an Effective AWS Resource Tagging Strategy .
- Specified by:
getTagsin interfaceCfnClusterProps- See Also:
-
getTieredStorageConfig
Description copied from interface:CfnClusterPropsConfiguration for tiered storage in the SageMaker HyperPod cluster.Returns union: either
IResolvableorCfnCluster.TieredStorageConfigProperty- Specified by:
getTieredStorageConfigin interfaceCfnClusterProps- See Also:
-
getVpcConfig
Description copied from interface:CfnClusterPropsSpecifies an Amazon Virtual Private Cloud (VPC) that your SageMaker jobs, hosted models, and compute resources have access to.You can control access to and from your resources by configuring a VPC. For more information, see Give SageMaker Access to Resources in your Amazon VPC .
Returns union: either
IResolvableorCfnCluster.VpcConfigProperty- Specified by:
getVpcConfigin interfaceCfnClusterProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-