Uses of Interface
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnModelPropsMixin.VpcConfigProperty
Packages that use CfnModelPropsMixin.VpcConfigProperty
-
Uses of CfnModelPropsMixin.VpcConfigProperty in software.amazon.awscdk.cfnpropertymixins.services.sagemaker
Classes in software.amazon.awscdk.cfnpropertymixins.services.sagemaker that implement CfnModelPropsMixin.VpcConfigPropertyModifier and TypeClassDescriptionstatic final classAn implementation forCfnModelPropsMixin.VpcConfigPropertyMethods in software.amazon.awscdk.cfnpropertymixins.services.sagemaker that return CfnModelPropsMixin.VpcConfigPropertyModifier and TypeMethodDescriptionCfnModelPropsMixin.VpcConfigProperty.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.cfnpropertymixins.services.sagemaker with parameters of type CfnModelPropsMixin.VpcConfigPropertyModifier and TypeMethodDescriptionCfnModelMixinProps.Builder.vpcConfig(CfnModelPropsMixin.VpcConfigProperty vpcConfig) Sets the value ofCfnModelMixinProps.getVpcConfig()CfnModelPropsMixin.Builder.vpcConfig(CfnModelPropsMixin.VpcConfigProperty vpcConfig) A VpcConfig object that specifies the VPC that you want your model to connect to.