| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
RecommendationJobVpcConfig |
RecommendationJobVpcConfig.clone() |
RecommendationJobVpcConfig |
RecommendationJobInputConfig.getVpcConfig()
Inference Recommender provisions SageMaker endpoints with access to VPC in the inference recommendation job.
|
RecommendationJobVpcConfig |
RecommendationJobVpcConfig.withSecurityGroupIds(Collection<String> securityGroupIds)
The VPC security group IDs.
|
RecommendationJobVpcConfig |
RecommendationJobVpcConfig.withSecurityGroupIds(String... securityGroupIds)
The VPC security group IDs.
|
RecommendationJobVpcConfig |
RecommendationJobVpcConfig.withSubnets(Collection<String> subnets)
The ID of the subnets in the VPC to which you want to connect your model.
|
RecommendationJobVpcConfig |
RecommendationJobVpcConfig.withSubnets(String... subnets)
The ID of the subnets in the VPC to which you want to connect your model.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RecommendationJobInputConfig.setVpcConfig(RecommendationJobVpcConfig vpcConfig)
Inference Recommender provisions SageMaker endpoints with access to VPC in the inference recommendation job.
|
RecommendationJobInputConfig |
RecommendationJobInputConfig.withVpcConfig(RecommendationJobVpcConfig vpcConfig)
Inference Recommender provisions SageMaker endpoints with access to VPC in the inference recommendation job.
|
Copyright © 2024. All rights reserved.