public static interface VpcConfig.Builder extends SdkPojo, CopyableBuilder<VpcConfig.Builder,VpcConfig>
| Modifier and Type | Method and Description |
|---|---|
VpcConfig.Builder |
securityGroupIds(Collection<String> securityGroupIds)
The VPC security group IDs, in the form sg-xxxxxxxx.
|
VpcConfig.Builder |
securityGroupIds(String... securityGroupIds)
The VPC security group IDs, in the form sg-xxxxxxxx.
|
VpcConfig.Builder |
subnets(Collection<String> subnets)
The ID of the subnets in the VPC to which you want to connect your training job or model.
|
VpcConfig.Builder |
subnets(String... subnets)
The ID of the subnets in the VPC to which you want to connect your training job or model.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildVpcConfig.Builder securityGroupIds(Collection<String> securityGroupIds)
The VPC security group IDs, in the form sg-xxxxxxxx. Specify the security groups for the VPC that is
specified in the Subnets field.
securityGroupIds - The VPC security group IDs, in the form sg-xxxxxxxx. Specify the security groups for the VPC that is
specified in the Subnets field.VpcConfig.Builder securityGroupIds(String... securityGroupIds)
The VPC security group IDs, in the form sg-xxxxxxxx. Specify the security groups for the VPC that is
specified in the Subnets field.
securityGroupIds - The VPC security group IDs, in the form sg-xxxxxxxx. Specify the security groups for the VPC that is
specified in the Subnets field.VpcConfig.Builder subnets(Collection<String> subnets)
The ID of the subnets in the VPC to which you want to connect your training job or model.
Amazon EC2 P3 accelerated computing instances are not available in the c/d/e availability zones of region us-east-1. If you want to create endpoints with P3 instances in VPC mode in region us-east-1, create subnets in a/b/f availability zones instead.
subnets - The ID of the subnets in the VPC to which you want to connect your training job or model. Amazon EC2 P3 accelerated computing instances are not available in the c/d/e availability zones of region us-east-1. If you want to create endpoints with P3 instances in VPC mode in region us-east-1, create subnets in a/b/f availability zones instead.
VpcConfig.Builder subnets(String... subnets)
The ID of the subnets in the VPC to which you want to connect your training job or model.
Amazon EC2 P3 accelerated computing instances are not available in the c/d/e availability zones of region us-east-1. If you want to create endpoints with P3 instances in VPC mode in region us-east-1, create subnets in a/b/f availability zones instead.
subnets - The ID of the subnets in the VPC to which you want to connect your training job or model. Amazon EC2 P3 accelerated computing instances are not available in the c/d/e availability zones of region us-east-1. If you want to create endpoints with P3 instances in VPC mode in region us-east-1, create subnets in a/b/f availability zones instead.
Copyright © 2019. All rights reserved.