Uses of Interface
software.amazon.awscdk.services.sagemaker.CfnModel.VpcConfigProperty
-
Uses of CfnModel.VpcConfigProperty in software.amazon.awscdk.services.sagemaker
Modifier and TypeClassDescriptionstatic final class
An implementation forCfnModel.VpcConfigProperty
Modifier and TypeMethodDescriptionCfnModel.VpcConfigProperty.Builder.build()
Builds the configured instance.Modifier and TypeMethodDescriptionvoid
CfnModel.setVpcConfig
(CfnModel.VpcConfigProperty value) A VpcConfig object that specifies the VPC that you want your model to connect to.CfnModel.Builder.vpcConfig
(CfnModel.VpcConfigProperty vpcConfig) A VpcConfig object that specifies the VPC that you want your model to connect to.CfnModelProps.Builder.vpcConfig
(CfnModel.VpcConfigProperty vpcConfig) Sets the value ofCfnModelProps.getVpcConfig()