Uses of Class
software.amazon.awssdk.services.sagemaker.model.NeoVpcConfig
-
Packages that use NeoVpcConfig Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of NeoVpcConfig in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return NeoVpcConfig Modifier and Type Method Description NeoVpcConfigCreateCompilationJobRequest. vpcConfig()A VpcConfig object that specifies the VPC that you want your compilation job to connect to.NeoVpcConfigDescribeCompilationJobResponse. vpcConfig()A VpcConfig object that specifies the VPC that you want your compilation job to connect to.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type NeoVpcConfig Modifier and Type Method Description CreateCompilationJobRequest.BuilderCreateCompilationJobRequest.Builder. vpcConfig(NeoVpcConfig vpcConfig)A VpcConfig object that specifies the VPC that you want your compilation job to connect to.DescribeCompilationJobResponse.BuilderDescribeCompilationJobResponse.Builder. vpcConfig(NeoVpcConfig vpcConfig)A VpcConfig object that specifies the VPC that you want your compilation job to connect to.
-