7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/sagemaker/SageMakerRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/sagemaker/model/InferenceExperimentSchedule.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/sagemaker/model/InferenceExperimentDataStorageConfig.h>
13#include <aws/sagemaker/model/ShadowModeConfig.h>
14#include <aws/sagemaker/model/ModelVariantConfig.h>
48 template<
typename NameT = Aws::String>
49 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
50 template<
typename NameT = Aws::String>
63 template<
typename ScheduleT = InferenceExperimentSchedule>
64 void SetSchedule(ScheduleT&& value) { m_scheduleHasBeenSet =
true; m_schedule = std::forward<ScheduleT>(value); }
65 template<
typename ScheduleT = InferenceExperimentSchedule>
75 template<
typename DescriptionT = Aws::String>
76 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
77 template<
typename DescriptionT = Aws::String>
88 template<
typename ModelVariantsT = Aws::Vector<ModelVariantConfig>>
89 void SetModelVariants(ModelVariantsT&& value) { m_modelVariantsHasBeenSet =
true; m_modelVariants = std::forward<ModelVariantsT>(value); }
90 template<
typename ModelVariantsT = Aws::Vector<ModelVariantConfig>>
92 template<
typename ModelVariantsT = ModelVariantConfig>
103 template<
typename DataStorageConfigT = InferenceExperimentDataStorageConfig>
104 void SetDataStorageConfig(DataStorageConfigT&& value) { m_dataStorageConfigHasBeenSet =
true; m_dataStorageConfig = std::forward<DataStorageConfigT>(value); }
105 template<
typename DataStorageConfigT = InferenceExperimentDataStorageConfig>
119 template<
typename ShadowModeConfigT = ShadowModeConfig>
120 void SetShadowModeConfig(ShadowModeConfigT&& value) { m_shadowModeConfigHasBeenSet =
true; m_shadowModeConfig = std::forward<ShadowModeConfigT>(value); }
121 template<
typename ShadowModeConfigT = ShadowModeConfig>
127 bool m_nameHasBeenSet =
false;
130 bool m_scheduleHasBeenSet =
false;
133 bool m_descriptionHasBeenSet =
false;
136 bool m_modelVariantsHasBeenSet =
false;
139 bool m_dataStorageConfigHasBeenSet =
false;
142 bool m_shadowModeConfigHasBeenSet =
false;
const Aws::String & GetDescription() const
bool ScheduleHasBeenSet() const
bool NameHasBeenSet() const
UpdateInferenceExperimentRequest & WithShadowModeConfig(ShadowModeConfigT &&value)
bool DescriptionHasBeenSet() const
const ShadowModeConfig & GetShadowModeConfig() const
virtual const char * GetServiceRequestName() const override
bool DataStorageConfigHasBeenSet() const
const Aws::Vector< ModelVariantConfig > & GetModelVariants() const
UpdateInferenceExperimentRequest & WithName(NameT &&value)
AWS_SAGEMAKER_API UpdateInferenceExperimentRequest()=default
void SetModelVariants(ModelVariantsT &&value)
UpdateInferenceExperimentRequest & AddModelVariants(ModelVariantsT &&value)
void SetShadowModeConfig(ShadowModeConfigT &&value)
AWS_SAGEMAKER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetDataStorageConfig(DataStorageConfigT &&value)
const InferenceExperimentDataStorageConfig & GetDataStorageConfig() const
UpdateInferenceExperimentRequest & WithDataStorageConfig(DataStorageConfigT &&value)
UpdateInferenceExperimentRequest & WithModelVariants(ModelVariantsT &&value)
bool ShadowModeConfigHasBeenSet() const
UpdateInferenceExperimentRequest & WithSchedule(ScheduleT &&value)
const Aws::String & GetName() const
AWS_SAGEMAKER_API Aws::String SerializePayload() const override
bool ModelVariantsHasBeenSet() const
UpdateInferenceExperimentRequest & WithDescription(DescriptionT &&value)
void SetDescription(DescriptionT &&value)
void SetName(NameT &&value)
const InferenceExperimentSchedule & GetSchedule() const
void SetSchedule(ScheduleT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector