class Aws::SageMaker::Types::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].
[1]: docs.aws.amazon.com/sagemaker/latest/dg/neo-vpc.html
@note When making an API call, you may pass NeoVpcConfig
data as a hash: { security_group_ids: ["NeoVpcSecurityGroupId"], # required subnets: ["NeoVpcSubnetId"], # required }
@!attribute [rw] security_group_ids
The VPC security group IDs. IDs have the form of `sg-xxxxxxxx`. Specify the security groups for the VPC that is specified in the `Subnets` field. @return [Array<String>]
@!attribute [rw] 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. @return [Array<String>]
@see docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/NeoVpcConfig AWS API Documentation
Constants
- SENSITIVE