/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include 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.See Also:
AWS
* API Reference
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.
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.
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.
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.
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.
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.
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.
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.
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.
The ID of the subnets in the VPC that you want to connect the compilation job * to for accessing the model in Amazon S3.
*/ inline const Aws::VectorThe ID of the subnets in the VPC that you want to connect the compilation job * to for accessing the model in Amazon S3.
*/ inline bool SubnetsHasBeenSet() const { return m_subnetsHasBeenSet; } /** *The ID of the subnets in the VPC that you want to connect the compilation job * to for accessing the model in Amazon S3.
*/ inline void SetSubnets(const Aws::VectorThe ID of the subnets in the VPC that you want to connect the compilation job * to for accessing the model in Amazon S3.
*/ inline void SetSubnets(Aws::VectorThe ID of the subnets in the VPC that you want to connect the compilation job * to for accessing the model in Amazon S3.
*/ inline NeoVpcConfig& WithSubnets(const Aws::VectorThe ID of the subnets in the VPC that you want to connect the compilation job * to for accessing the model in Amazon S3.
*/ inline NeoVpcConfig& WithSubnets(Aws::VectorThe ID of the subnets in the VPC that you want to connect the compilation job * to for accessing the model in Amazon S3.
*/ inline NeoVpcConfig& AddSubnets(const Aws::String& value) { m_subnetsHasBeenSet = true; m_subnets.push_back(value); return *this; } /** *The ID of the subnets in the VPC that you want to connect the compilation job * to for accessing the model in Amazon S3.
*/ inline NeoVpcConfig& AddSubnets(Aws::String&& value) { m_subnetsHasBeenSet = true; m_subnets.push_back(std::move(value)); return *this; } /** *The ID of the subnets in the VPC that you want to connect the compilation job * to for accessing the model in Amazon S3.
*/ inline NeoVpcConfig& AddSubnets(const char* value) { m_subnetsHasBeenSet = true; m_subnets.push_back(value); return *this; } private: Aws::Vector