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/ModelQualityBaselineConfig.h>
11#include <aws/sagemaker/model/ModelQualityAppSpecification.h>
12#include <aws/sagemaker/model/ModelQualityJobInput.h>
13#include <aws/sagemaker/model/MonitoringOutputConfig.h>
14#include <aws/sagemaker/model/MonitoringResources.h>
15#include <aws/sagemaker/model/MonitoringNetworkConfig.h>
16#include <aws/sagemaker/model/MonitoringStoppingCondition.h>
17#include <aws/core/utils/memory/stl/AWSVector.h>
18#include <aws/sagemaker/model/Tag.h>
52 template<
typename JobDefinitionNameT = Aws::String>
53 void SetJobDefinitionName(JobDefinitionNameT&& value) { m_jobDefinitionNameHasBeenSet =
true; m_jobDefinitionName = std::forward<JobDefinitionNameT>(value); }
54 template<
typename JobDefinitionNameT = Aws::String>
64 template<
typename ModelQualityBaselineConfigT = ModelQualityBaselineConfig>
65 void SetModelQualityBaselineConfig(ModelQualityBaselineConfigT&& value) { m_modelQualityBaselineConfigHasBeenSet =
true; m_modelQualityBaselineConfig = std::forward<ModelQualityBaselineConfigT>(value); }
66 template<
typename ModelQualityBaselineConfigT = ModelQualityBaselineConfig>
76 template<
typename ModelQualityAppSpecificationT = ModelQualityAppSpecification>
77 void SetModelQualityAppSpecification(ModelQualityAppSpecificationT&& value) { m_modelQualityAppSpecificationHasBeenSet =
true; m_modelQualityAppSpecification = std::forward<ModelQualityAppSpecificationT>(value); }
78 template<
typename ModelQualityAppSpecificationT = ModelQualityAppSpecification>
89 template<
typename ModelQualityJobInputT = ModelQualityJobInput>
90 void SetModelQualityJobInput(ModelQualityJobInputT&& value) { m_modelQualityJobInputHasBeenSet =
true; m_modelQualityJobInput = std::forward<ModelQualityJobInputT>(value); }
91 template<
typename ModelQualityJobInputT = ModelQualityJobInput>
99 template<
typename ModelQualityJobOutputConfigT = MonitoringOutputConfig>
100 void SetModelQualityJobOutputConfig(ModelQualityJobOutputConfigT&& value) { m_modelQualityJobOutputConfigHasBeenSet =
true; m_modelQualityJobOutputConfig = std::forward<ModelQualityJobOutputConfigT>(value); }
101 template<
typename ModelQualityJobOutputConfigT = MonitoringOutputConfig>
109 template<
typename JobResourcesT = MonitoringResources>
110 void SetJobResources(JobResourcesT&& value) { m_jobResourcesHasBeenSet =
true; m_jobResources = std::forward<JobResourcesT>(value); }
111 template<
typename JobResourcesT = MonitoringResources>
121 template<
typename NetworkConfigT = MonitoringNetworkConfig>
122 void SetNetworkConfig(NetworkConfigT&& value) { m_networkConfigHasBeenSet =
true; m_networkConfig = std::forward<NetworkConfigT>(value); }
123 template<
typename NetworkConfigT = MonitoringNetworkConfig>
134 template<
typename RoleArnT = Aws::String>
135 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
136 template<
typename RoleArnT = Aws::String>
144 template<
typename StoppingConditionT = MonitoringStoppingCondition>
145 void SetStoppingCondition(StoppingConditionT&& value) { m_stoppingConditionHasBeenSet =
true; m_stoppingCondition = std::forward<StoppingConditionT>(value); }
146 template<
typename StoppingConditionT = MonitoringStoppingCondition>
159 template<
typename TagsT = Aws::Vector<Tag>>
160 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
161 template<
typename TagsT = Aws::Vector<Tag>>
163 template<
typename TagsT = Tag>
169 bool m_jobDefinitionNameHasBeenSet =
false;
172 bool m_modelQualityBaselineConfigHasBeenSet =
false;
175 bool m_modelQualityAppSpecificationHasBeenSet =
false;
178 bool m_modelQualityJobInputHasBeenSet =
false;
181 bool m_modelQualityJobOutputConfigHasBeenSet =
false;
184 bool m_jobResourcesHasBeenSet =
false;
187 bool m_networkConfigHasBeenSet =
false;
190 bool m_roleArnHasBeenSet =
false;
193 bool m_stoppingConditionHasBeenSet =
false;
196 bool m_tagsHasBeenSet =
false;
void SetModelQualityJobInput(ModelQualityJobInputT &&value)
const MonitoringOutputConfig & GetModelQualityJobOutputConfig() const
CreateModelQualityJobDefinitionRequest & WithModelQualityJobOutputConfig(ModelQualityJobOutputConfigT &&value)
CreateModelQualityJobDefinitionRequest & WithNetworkConfig(NetworkConfigT &&value)
AWS_SAGEMAKER_API CreateModelQualityJobDefinitionRequest()=default
bool ModelQualityJobInputHasBeenSet() const
void SetJobDefinitionName(JobDefinitionNameT &&value)
void SetRoleArn(RoleArnT &&value)
const MonitoringStoppingCondition & GetStoppingCondition() const
void SetModelQualityAppSpecification(ModelQualityAppSpecificationT &&value)
bool NetworkConfigHasBeenSet() const
bool ModelQualityJobOutputConfigHasBeenSet() const
CreateModelQualityJobDefinitionRequest & WithModelQualityAppSpecification(ModelQualityAppSpecificationT &&value)
const MonitoringNetworkConfig & GetNetworkConfig() const
CreateModelQualityJobDefinitionRequest & WithStoppingCondition(StoppingConditionT &&value)
bool JobDefinitionNameHasBeenSet() const
void SetTags(TagsT &&value)
CreateModelQualityJobDefinitionRequest & WithJobDefinitionName(JobDefinitionNameT &&value)
void SetModelQualityJobOutputConfig(ModelQualityJobOutputConfigT &&value)
AWS_SAGEMAKER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::String & GetJobDefinitionName() const
CreateModelQualityJobDefinitionRequest & WithRoleArn(RoleArnT &&value)
bool ModelQualityBaselineConfigHasBeenSet() const
const ModelQualityAppSpecification & GetModelQualityAppSpecification() const
bool ModelQualityAppSpecificationHasBeenSet() const
void SetNetworkConfig(NetworkConfigT &&value)
bool TagsHasBeenSet() const
const ModelQualityBaselineConfig & GetModelQualityBaselineConfig() const
CreateModelQualityJobDefinitionRequest & WithJobResources(JobResourcesT &&value)
CreateModelQualityJobDefinitionRequest & AddTags(TagsT &&value)
void SetModelQualityBaselineConfig(ModelQualityBaselineConfigT &&value)
const Aws::Vector< Tag > & GetTags() const
const ModelQualityJobInput & GetModelQualityJobInput() const
virtual const char * GetServiceRequestName() const override
CreateModelQualityJobDefinitionRequest & WithTags(TagsT &&value)
bool StoppingConditionHasBeenSet() const
const MonitoringResources & GetJobResources() const
bool RoleArnHasBeenSet() const
bool JobResourcesHasBeenSet() const
CreateModelQualityJobDefinitionRequest & WithModelQualityBaselineConfig(ModelQualityBaselineConfigT &&value)
CreateModelQualityJobDefinitionRequest & WithModelQualityJobInput(ModelQualityJobInputT &&value)
AWS_SAGEMAKER_API Aws::String SerializePayload() const override
void SetJobResources(JobResourcesT &&value)
void SetStoppingCondition(StoppingConditionT &&value)
const Aws::String & GetRoleArn() const
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