Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnClusterPropsMixin.Builder
Packages that use CfnClusterPropsMixin.Builder
-
Uses of CfnClusterPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.sagemaker
Methods in software.amazon.awscdk.cfnpropertymixins.services.sagemaker that return CfnClusterPropsMixin.BuilderModifier and TypeMethodDescriptionCfnClusterPropsMixin.Builder.autoScaling(CfnClusterPropsMixin.ClusterAutoScalingConfigProperty autoScaling) Configuration for cluster auto-scaling.CfnClusterPropsMixin.Builder.autoScaling(IResolvable autoScaling) Configuration for cluster auto-scaling.CfnClusterPropsMixin.Builder.clusterName(String clusterName) The name of the SageMaker HyperPod cluster.CfnClusterPropsMixin.Builder.clusterRole(String clusterRole) The cluster role for the autoscaler to assume.static CfnClusterPropsMixin.BuilderCfnClusterPropsMixin.Builder.create()static CfnClusterPropsMixin.BuilderCfnClusterPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnClusterPropsMixin.Builder.instanceGroups(List<? extends Object> instanceGroups) The instance groups of the SageMaker HyperPod cluster.CfnClusterPropsMixin.Builder.instanceGroups(IResolvable instanceGroups) The instance groups of the SageMaker HyperPod cluster.CfnClusterPropsMixin.Builder.nodeProvisioningMode(String nodeProvisioningMode) Determines the scaling strategy for the SageMaker HyperPod cluster.CfnClusterPropsMixin.Builder.nodeRecovery(String nodeRecovery) Specifies whether to enable or disable the automatic node recovery feature of SageMaker HyperPod.CfnClusterPropsMixin.Builder.orchestrator(CfnClusterPropsMixin.OrchestratorProperty orchestrator) The orchestrator type for the SageMaker HyperPod cluster.CfnClusterPropsMixin.Builder.orchestrator(IResolvable orchestrator) The orchestrator type for the SageMaker HyperPod cluster.CfnClusterPropsMixin.Builder.restrictedInstanceGroups(List<? extends Object> restrictedInstanceGroups) The restricted instance groups of the SageMaker HyperPod cluster.CfnClusterPropsMixin.Builder.restrictedInstanceGroups(IResolvable restrictedInstanceGroups) The restricted instance groups of the SageMaker HyperPod cluster.A tag object that consists of a key and an optional value, used to manage metadata for SageMaker AWS resources.CfnClusterPropsMixin.Builder.tieredStorageConfig(CfnClusterPropsMixin.TieredStorageConfigProperty tieredStorageConfig) Configuration for tiered storage in the SageMaker HyperPod cluster.CfnClusterPropsMixin.Builder.tieredStorageConfig(IResolvable tieredStorageConfig) Configuration for tiered storage in the SageMaker HyperPod cluster.CfnClusterPropsMixin.Builder.vpcConfig(CfnClusterPropsMixin.VpcConfigProperty vpcConfig) Specifies an Amazon Virtual Private Cloud (VPC) that your SageMaker jobs, hosted models, and compute resources have access to.CfnClusterPropsMixin.Builder.vpcConfig(IResolvable vpcConfig) Specifies an Amazon Virtual Private Cloud (VPC) that your SageMaker jobs, hosted models, and compute resources have access to.