Class CfnCluster.ClusterRestrictedInstanceGroupProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.sagemaker.CfnCluster.ClusterRestrictedInstanceGroupProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnCluster.ClusterRestrictedInstanceGroupProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnCluster.ClusterRestrictedInstanceGroupProperty
@Stability(Stable)
@Internal
public static final class CfnCluster.ClusterRestrictedInstanceGroupProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCluster.ClusterRestrictedInstanceGroupProperty
An implementation for
CfnCluster.ClusterRestrictedInstanceGroupProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.sagemaker.CfnCluster.ClusterRestrictedInstanceGroupProperty
CfnCluster.ClusterRestrictedInstanceGroupProperty.Builder, CfnCluster.ClusterRestrictedInstanceGroupProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnCluster.ClusterRestrictedInstanceGroupProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final Number
The number of instances that are currently in the restricted instance group of a SageMaker HyperPod cluster.final Object
The configuration for the restricted instance groups (RIG) environment.final String
The execution role for the instance group to assume.final Number
The number of instances you specified to add to the restricted instance group of a SageMaker HyperPod cluster.final String
The name of the instance group of a SageMaker HyperPod cluster.final Object
The instance storage configuration for the instance group.final String
The instance type of the instance group of a SageMaker HyperPod cluster.Nodes will undergo advanced stress test to detect and replace faulty instances, based on the type of deep health check(s) passed in.final Object
Specifies an Amazon Virtual Private Cloud (VPC) that your SageMaker jobs, hosted models, and compute resources have access to.final Number
The number you specified to TreadsPerCore in CreateCluster for enabling or disabling multithreading.final String
The Amazon Resource Name (ARN) of the training plan to use for this cluster restricted instance group.final int
hashCode()
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 theCfnCluster.ClusterRestrictedInstanceGroupProperty.Builder
.
-
-
Method Details
-
getEnvironmentConfig
Description copied from interface:CfnCluster.ClusterRestrictedInstanceGroupProperty
The configuration for the restricted instance groups (RIG) environment.- Specified by:
getEnvironmentConfig
in interfaceCfnCluster.ClusterRestrictedInstanceGroupProperty
- See Also:
-
getExecutionRole
Description copied from interface:CfnCluster.ClusterRestrictedInstanceGroupProperty
The execution role for the instance group to assume.- Specified by:
getExecutionRole
in interfaceCfnCluster.ClusterRestrictedInstanceGroupProperty
- See Also:
-
getInstanceCount
Description copied from interface:CfnCluster.ClusterRestrictedInstanceGroupProperty
The number of instances you specified to add to the restricted instance group of a SageMaker HyperPod cluster.- Specified by:
getInstanceCount
in interfaceCfnCluster.ClusterRestrictedInstanceGroupProperty
- See Also:
-
getInstanceGroupName
Description copied from interface:CfnCluster.ClusterRestrictedInstanceGroupProperty
The name of the instance group of a SageMaker HyperPod cluster.- Specified by:
getInstanceGroupName
in interfaceCfnCluster.ClusterRestrictedInstanceGroupProperty
- See Also:
-
getInstanceType
Description copied from interface:CfnCluster.ClusterRestrictedInstanceGroupProperty
The instance type of the instance group of a SageMaker HyperPod cluster.- Specified by:
getInstanceType
in interfaceCfnCluster.ClusterRestrictedInstanceGroupProperty
- See Also:
-
getCurrentCount
Description copied from interface:CfnCluster.ClusterRestrictedInstanceGroupProperty
The number of instances that are currently in the restricted instance group of a SageMaker HyperPod cluster.- Specified by:
getCurrentCount
in interfaceCfnCluster.ClusterRestrictedInstanceGroupProperty
- See Also:
-
getInstanceStorageConfigs
Description copied from interface:CfnCluster.ClusterRestrictedInstanceGroupProperty
The instance storage configuration for the instance group.- Specified by:
getInstanceStorageConfigs
in interfaceCfnCluster.ClusterRestrictedInstanceGroupProperty
- See Also:
-
getOnStartDeepHealthChecks
Description copied from interface:CfnCluster.ClusterRestrictedInstanceGroupProperty
Nodes will undergo advanced stress test to detect and replace faulty instances, based on the type of deep health check(s) passed in.- Specified by:
getOnStartDeepHealthChecks
in interfaceCfnCluster.ClusterRestrictedInstanceGroupProperty
- See Also:
-
getOverrideVpcConfig
Description copied from interface:CfnCluster.ClusterRestrictedInstanceGroupProperty
Specifies 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.
- Specified by:
getOverrideVpcConfig
in interfaceCfnCluster.ClusterRestrictedInstanceGroupProperty
- See Also:
-
getThreadsPerCore
Description copied from interface:CfnCluster.ClusterRestrictedInstanceGroupProperty
The number you specified to TreadsPerCore in CreateCluster for enabling or disabling multithreading.For instance types that support multithreading, you can specify 1 for disabling multithreading and 2 for enabling multithreading.
- Specified by:
getThreadsPerCore
in interfaceCfnCluster.ClusterRestrictedInstanceGroupProperty
- See Also:
-
getTrainingPlanArn
Description copied from interface:CfnCluster.ClusterRestrictedInstanceGroupProperty
The Amazon Resource Name (ARN) of the training plan to use for this cluster restricted instance group.For more information about how to reserve GPU capacity for your SageMaker HyperPod clusters using Amazon SageMaker Training Plan, see CreateTrainingPlan.
- Specified by:
getTrainingPlanArn
in interfaceCfnCluster.ClusterRestrictedInstanceGroupProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-