/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Inference Recommender provisions SageMaker endpoints with access to VPC in
* the inference recommendation job.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 to which you want to connect your model.
*/ inline const Aws::VectorThe ID of the subnets in the VPC to which you want to connect your model.
*/ inline bool SubnetsHasBeenSet() const { return m_subnetsHasBeenSet; } /** *The ID of the subnets in the VPC to which you want to connect your model.
*/ inline void SetSubnets(const Aws::VectorThe ID of the subnets in the VPC to which you want to connect your model.
*/ inline void SetSubnets(Aws::VectorThe ID of the subnets in the VPC to which you want to connect your model.
*/ inline RecommendationJobVpcConfig& WithSubnets(const Aws::VectorThe ID of the subnets in the VPC to which you want to connect your model.
*/ inline RecommendationJobVpcConfig& WithSubnets(Aws::VectorThe ID of the subnets in the VPC to which you want to connect your model.
*/ inline RecommendationJobVpcConfig& AddSubnets(const Aws::String& value) { m_subnetsHasBeenSet = true; m_subnets.push_back(value); return *this; } /** *The ID of the subnets in the VPC to which you want to connect your model.
*/ inline RecommendationJobVpcConfig& AddSubnets(Aws::String&& value) { m_subnetsHasBeenSet = true; m_subnets.push_back(std::move(value)); return *this; } /** *The ID of the subnets in the VPC to which you want to connect your model.
*/ inline RecommendationJobVpcConfig& AddSubnets(const char* value) { m_subnetsHasBeenSet = true; m_subnets.push_back(value); return *this; } private: Aws::Vector