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 StringThe name of the SageMaker HyperPod cluster.final ObjectThe instance groups of 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.getTags()A tag object that consists of a key and an optional value, used to manage metadata for SageMaker AWS resources.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
-
getInstanceGroups
Description copied from interface:CfnClusterPropsThe instance groups of the SageMaker HyperPod cluster.- Specified by:
getInstanceGroupsin interfaceCfnClusterProps- See Also:
-
getClusterName
Description copied from interface:CfnClusterPropsThe name of the SageMaker HyperPod cluster.- Specified by:
getClusterNamein 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.- Specified by:
getOrchestratorin 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:
-
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 .
- 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()
-