7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/sagemaker/model/TrafficPattern.h>
10#include <aws/sagemaker/model/RecommendationJobResourceLimit.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/sagemaker/model/RecommendationJobContainerConfig.h>
13#include <aws/sagemaker/model/RecommendationJobVpcConfig.h>
14#include <aws/sagemaker/model/EndpointInputConfiguration.h>
15#include <aws/sagemaker/model/EndpointInfo.h>
54 template<
typename ModelPackageVersionArnT = Aws::String>
55 void SetModelPackageVersionArn(ModelPackageVersionArnT&& value) { m_modelPackageVersionArnHasBeenSet =
true; m_modelPackageVersionArn = std::forward<ModelPackageVersionArnT>(value); }
56 template<
typename ModelPackageVersionArnT = Aws::String>
66 template<
typename ModelNameT = Aws::String>
67 void SetModelName(ModelNameT&& value) { m_modelNameHasBeenSet =
true; m_modelName = std::forward<ModelNameT>(value); }
68 template<
typename ModelNameT = Aws::String>
79 inline void SetJobDurationInSeconds(
int value) { m_jobDurationInSecondsHasBeenSet =
true; m_jobDurationInSeconds = value; }
89 template<
typename TrafficPatternT = TrafficPattern>
90 void SetTrafficPattern(TrafficPatternT&& value) { m_trafficPatternHasBeenSet =
true; m_trafficPattern = std::forward<TrafficPatternT>(value); }
91 template<
typename TrafficPatternT = TrafficPattern>
101 template<
typename ResourceLimitT = RecommendationJobResourceLimit>
102 void SetResourceLimit(ResourceLimitT&& value) { m_resourceLimitHasBeenSet =
true; m_resourceLimit = std::forward<ResourceLimitT>(value); }
103 template<
typename ResourceLimitT = RecommendationJobResourceLimit>
113 template<
typename Endpo
intConfigurationsT = Aws::Vector<Endpo
intInputConfiguration>>
114 void SetEndpointConfigurations(EndpointConfigurationsT&& value) { m_endpointConfigurationsHasBeenSet =
true; m_endpointConfigurations = std::forward<EndpointConfigurationsT>(value); }
115 template<
typename Endpo
intConfigurationsT = Aws::Vector<Endpo
intInputConfiguration>>
117 template<
typename Endpo
intConfigurationsT = Endpo
intInputConfiguration>
146 template<
typename VolumeKmsKeyIdT = Aws::String>
147 void SetVolumeKmsKeyId(VolumeKmsKeyIdT&& value) { m_volumeKmsKeyIdHasBeenSet =
true; m_volumeKmsKeyId = std::forward<VolumeKmsKeyIdT>(value); }
148 template<
typename VolumeKmsKeyIdT = Aws::String>
160 template<
typename ContainerConfigT = RecommendationJobContainerConfig>
161 void SetContainerConfig(ContainerConfigT&& value) { m_containerConfigHasBeenSet =
true; m_containerConfig = std::forward<ContainerConfigT>(value); }
162 template<
typename ContainerConfigT = RecommendationJobContainerConfig>
172 template<
typename Endpo
intsT = Aws::Vector<Endpo
intInfo>>
173 void SetEndpoints(EndpointsT&& value) { m_endpointsHasBeenSet =
true; m_endpoints = std::forward<EndpointsT>(value); }
174 template<
typename Endpo
intsT = Aws::Vector<Endpo
intInfo>>
176 template<
typename Endpo
intsT = Endpo
intInfo>
187 template<
typename VpcConfigT = RecommendationJobVpcConfig>
188 void SetVpcConfig(VpcConfigT&& value) { m_vpcConfigHasBeenSet =
true; m_vpcConfig = std::forward<VpcConfigT>(value); }
189 template<
typename VpcConfigT = RecommendationJobVpcConfig>
195 bool m_modelPackageVersionArnHasBeenSet =
false;
198 bool m_modelNameHasBeenSet =
false;
200 int m_jobDurationInSeconds{0};
201 bool m_jobDurationInSecondsHasBeenSet =
false;
203 TrafficPattern m_trafficPattern;
204 bool m_trafficPatternHasBeenSet =
false;
206 RecommendationJobResourceLimit m_resourceLimit;
207 bool m_resourceLimitHasBeenSet =
false;
210 bool m_endpointConfigurationsHasBeenSet =
false;
213 bool m_volumeKmsKeyIdHasBeenSet =
false;
215 RecommendationJobContainerConfig m_containerConfig;
216 bool m_containerConfigHasBeenSet =
false;
219 bool m_endpointsHasBeenSet =
false;
221 RecommendationJobVpcConfig m_vpcConfig;
222 bool m_vpcConfigHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue