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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.sagemaker.CfnCluster.ClusterRestrictedInstanceGroupProperty
CfnCluster.ClusterRestrictedInstanceGroupProperty.Builder, CfnCluster.ClusterRestrictedInstanceGroupProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnCluster.ClusterRestrictedInstanceGroupProperty.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 NumberThe number of instances that are currently in the restricted instance group of a SageMaker HyperPod cluster.final ObjectThe configuration for the restricted instance groups (RIG) environment.final StringThe execution role for the instance group to assume.final NumberThe number of instances you specified to add to the restricted instance group of a SageMaker HyperPod cluster.final StringThe name of the instance group of a SageMaker HyperPod cluster.final ObjectThe instance storage configuration for the instance group.final StringThe 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 ObjectSpecifies an Amazon Virtual Private Cloud (VPC) that your SageMaker jobs, hosted models, and compute resources have access to.final NumberThe number you specified to TreadsPerCore in CreateCluster for enabling or disabling multithreading.final StringThe Amazon Resource Name (ARN) of the training plan to use for this cluster restricted instance group.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 theCfnCluster.ClusterRestrictedInstanceGroupProperty.Builder.
-
-
Method Details
-
getEnvironmentConfig
Description copied from interface:CfnCluster.ClusterRestrictedInstanceGroupPropertyThe configuration for the restricted instance groups (RIG) environment.Returns union: either
IResolvableorCfnCluster.EnvironmentConfigProperty- Specified by:
getEnvironmentConfigin interfaceCfnCluster.ClusterRestrictedInstanceGroupProperty- See Also:
-
getExecutionRole
Description copied from interface:CfnCluster.ClusterRestrictedInstanceGroupPropertyThe execution role for the instance group to assume.- Specified by:
getExecutionRolein interfaceCfnCluster.ClusterRestrictedInstanceGroupProperty- See Also:
-
getInstanceCount
Description copied from interface:CfnCluster.ClusterRestrictedInstanceGroupPropertyThe number of instances you specified to add to the restricted instance group of a SageMaker HyperPod cluster.- Specified by:
getInstanceCountin interfaceCfnCluster.ClusterRestrictedInstanceGroupProperty- See Also:
-
getInstanceGroupName
Description copied from interface:CfnCluster.ClusterRestrictedInstanceGroupPropertyThe name of the instance group of a SageMaker HyperPod cluster.- Specified by:
getInstanceGroupNamein interfaceCfnCluster.ClusterRestrictedInstanceGroupProperty- See Also:
-
getInstanceType
Description copied from interface:CfnCluster.ClusterRestrictedInstanceGroupPropertyThe instance type of the instance group of a SageMaker HyperPod cluster.- Specified by:
getInstanceTypein interfaceCfnCluster.ClusterRestrictedInstanceGroupProperty- See Also:
-
getCurrentCount
Description copied from interface:CfnCluster.ClusterRestrictedInstanceGroupPropertyThe number of instances that are currently in the restricted instance group of a SageMaker HyperPod cluster.- Specified by:
getCurrentCountin interfaceCfnCluster.ClusterRestrictedInstanceGroupProperty- See Also:
-
getInstanceStorageConfigs
Description copied from interface:CfnCluster.ClusterRestrictedInstanceGroupPropertyThe instance storage configuration for the instance group.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnCluster.ClusterInstanceStorageConfigProperty>- Specified by:
getInstanceStorageConfigsin interfaceCfnCluster.ClusterRestrictedInstanceGroupProperty- See Also:
-
getOnStartDeepHealthChecks
Description copied from interface:CfnCluster.ClusterRestrictedInstanceGroupPropertyNodes will undergo advanced stress test to detect and replace faulty instances, based on the type of deep health check(s) passed in.- Specified by:
getOnStartDeepHealthChecksin interfaceCfnCluster.ClusterRestrictedInstanceGroupProperty- See Also:
-
getOverrideVpcConfig
Description copied from interface:CfnCluster.ClusterRestrictedInstanceGroupPropertySpecifies 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.
Returns union: either
IResolvableorCfnCluster.VpcConfigProperty- Specified by:
getOverrideVpcConfigin interfaceCfnCluster.ClusterRestrictedInstanceGroupProperty- See Also:
-
getThreadsPerCore
Description copied from interface:CfnCluster.ClusterRestrictedInstanceGroupPropertyThe 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:
getThreadsPerCorein interfaceCfnCluster.ClusterRestrictedInstanceGroupProperty- See Also:
-
getTrainingPlanArn
Description copied from interface:CfnCluster.ClusterRestrictedInstanceGroupPropertyThe 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:
getTrainingPlanArnin interfaceCfnCluster.ClusterRestrictedInstanceGroupProperty- 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()
-