Uses of Interface
software.amazon.awssdk.services.sagemaker.model.RecommendationJobVpcConfig.Builder
-
Packages that use RecommendationJobVpcConfig.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of RecommendationJobVpcConfig.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return RecommendationJobVpcConfig.Builder Modifier and Type Method Description static RecommendationJobVpcConfig.BuilderRecommendationJobVpcConfig. builder()RecommendationJobVpcConfig.BuilderRecommendationJobVpcConfig.Builder. securityGroupIds(String... securityGroupIds)The VPC security group IDs.RecommendationJobVpcConfig.BuilderRecommendationJobVpcConfig.Builder. securityGroupIds(Collection<String> securityGroupIds)The VPC security group IDs.RecommendationJobVpcConfig.BuilderRecommendationJobVpcConfig.Builder. subnets(String... subnets)The ID of the subnets in the VPC to which you want to connect your model.RecommendationJobVpcConfig.BuilderRecommendationJobVpcConfig.Builder. subnets(Collection<String> subnets)The ID of the subnets in the VPC to which you want to connect your model.RecommendationJobVpcConfig.BuilderRecommendationJobVpcConfig. toBuilder()Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type RecommendationJobVpcConfig.Builder Modifier and Type Method Description static Class<? extends RecommendationJobVpcConfig.Builder>RecommendationJobVpcConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type RecommendationJobVpcConfig.Builder Modifier and Type Method Description default RecommendationJobInputConfig.BuilderRecommendationJobInputConfig.Builder. vpcConfig(Consumer<RecommendationJobVpcConfig.Builder> vpcConfig)Inference Recommender provisions SageMaker endpoints with access to VPC in the inference recommendation job.
-