NeoVpcConfig
The VpcConfig configuration object that specifies the VPC that you want the compilation jobs to connect to. For more information on controlling access to your Amazon S3 buckets used for compilation job, see Give Amazon SageMaker Compilation Jobs Access to Resources in Your Amazon VPC.
Contents
- SecurityGroupIds
-
The VPC security group IDs. IDs have the form of
sg-xxxxxxxx
. Specify the security groups for the VPC that is specified in theSubnets
field.Type: Array of strings
Array Members: Minimum number of 1 item. Maximum number of 5 items.
Length Constraints: Maximum length of 32.
Pattern:
[-0-9a-zA-Z]+
Required: Yes
- 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.
Type: Array of strings
Array Members: Minimum number of 1 item. Maximum number of 16 items.
Length Constraints: Maximum length of 32.
Pattern:
[-0-9a-zA-Z]+
Required: Yes
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: