Uses of Interface
software.amazon.awscdk.services.sagemaker.CfnCluster.VpcConfigProperty
Packages that use CfnCluster.VpcConfigProperty
-
Uses of CfnCluster.VpcConfigProperty in software.amazon.awscdk.services.sagemaker
Classes in software.amazon.awscdk.services.sagemaker that implement CfnCluster.VpcConfigPropertyModifier and TypeClassDescriptionstatic final classAn implementation forCfnCluster.VpcConfigPropertyMethods in software.amazon.awscdk.services.sagemaker that return CfnCluster.VpcConfigPropertyModifier and TypeMethodDescriptionCfnCluster.VpcConfigProperty.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.sagemaker with parameters of type CfnCluster.VpcConfigPropertyModifier and TypeMethodDescriptionCfnCluster.ClusterInstanceGroupProperty.Builder.overrideVpcConfig(CfnCluster.VpcConfigProperty overrideVpcConfig) Sets the value ofCfnCluster.ClusterInstanceGroupProperty.getOverrideVpcConfig()CfnCluster.ClusterRestrictedInstanceGroupProperty.Builder.overrideVpcConfig(CfnCluster.VpcConfigProperty overrideVpcConfig) Sets the value ofCfnCluster.ClusterRestrictedInstanceGroupProperty.getOverrideVpcConfig()voidCfnCluster.setVpcConfig(CfnCluster.VpcConfigProperty value) Specifies an Amazon Virtual Private Cloud (VPC) that your SageMaker jobs, hosted models, and compute resources have access to.CfnCluster.Builder.vpcConfig(CfnCluster.VpcConfigProperty vpcConfig) Specifies an Amazon Virtual Private Cloud (VPC) that your SageMaker jobs, hosted models, and compute resources have access to.CfnClusterProps.Builder.vpcConfig(CfnCluster.VpcConfigProperty vpcConfig) Sets the value ofCfnClusterProps.getVpcConfig()