Uses of Interface
software.amazon.awssdk.services.sagemaker.model.NeoVpcConfig.Builder
-
Packages that use NeoVpcConfig.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of NeoVpcConfig.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return NeoVpcConfig.Builder Modifier and Type Method Description static NeoVpcConfig.BuilderNeoVpcConfig. builder()NeoVpcConfig.BuilderNeoVpcConfig.Builder. securityGroupIds(String... securityGroupIds)The VPC security group IDs.NeoVpcConfig.BuilderNeoVpcConfig.Builder. securityGroupIds(Collection<String> securityGroupIds)The VPC security group IDs.NeoVpcConfig.BuilderNeoVpcConfig.Builder. subnets(String... subnets)The ID of the subnets in the VPC that you want to connect the compilation job to for accessing the model in Amazon S3.NeoVpcConfig.BuilderNeoVpcConfig.Builder. subnets(Collection<String> subnets)The ID of the subnets in the VPC that you want to connect the compilation job to for accessing the model in Amazon S3.NeoVpcConfig.BuilderNeoVpcConfig. toBuilder()Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type NeoVpcConfig.Builder Modifier and Type Method Description static Class<? extends NeoVpcConfig.Builder>NeoVpcConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type NeoVpcConfig.Builder Modifier and Type Method Description default CreateCompilationJobRequest.BuilderCreateCompilationJobRequest.Builder. vpcConfig(Consumer<NeoVpcConfig.Builder> vpcConfig)A VpcConfig object that specifies the VPC that you want your compilation job to connect to.default DescribeCompilationJobResponse.BuilderDescribeCompilationJobResponse.Builder. vpcConfig(Consumer<NeoVpcConfig.Builder> vpcConfig)A VpcConfig object that specifies the VPC that you want your compilation job to connect to.
-