7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/sagemaker/model/ProcessingInstanceType.h>
10#include <aws/core/utils/memory/stl/AWSMap.h>
54 template<
typename RuleConfigurationNameT = Aws::String>
55 void SetRuleConfigurationName(RuleConfigurationNameT&& value) { m_ruleConfigurationNameHasBeenSet =
true; m_ruleConfigurationName = std::forward<RuleConfigurationNameT>(value); }
56 template<
typename RuleConfigurationNameT = Aws::String>
67 template<
typename LocalPathT = Aws::String>
68 void SetLocalPath(LocalPathT&& value) { m_localPathHasBeenSet =
true; m_localPath = std::forward<LocalPathT>(value); }
69 template<
typename LocalPathT = Aws::String>
79 template<
typename S3OutputPathT = Aws::String>
80 void SetS3OutputPath(S3OutputPathT&& value) { m_s3OutputPathHasBeenSet =
true; m_s3OutputPath = std::forward<S3OutputPathT>(value); }
81 template<
typename S3OutputPathT = Aws::String>
91 template<
typename RuleEvaluatorImageT = Aws::String>
92 void SetRuleEvaluatorImage(RuleEvaluatorImageT&& value) { m_ruleEvaluatorImageHasBeenSet =
true; m_ruleEvaluatorImage = std::forward<RuleEvaluatorImageT>(value); }
93 template<
typename RuleEvaluatorImageT = Aws::String>
114 inline void SetVolumeSizeInGB(
int value) { m_volumeSizeInGBHasBeenSet =
true; m_volumeSizeInGB = value; }
124 template<
typename RuleParametersT = Aws::Map<Aws::String, Aws::String>>
125 void SetRuleParameters(RuleParametersT&& value) { m_ruleParametersHasBeenSet =
true; m_ruleParameters = std::forward<RuleParametersT>(value); }
126 template<
typename RuleParametersT = Aws::Map<Aws::String, Aws::String>>
128 template<
typename RuleParametersKeyT = Aws::String,
typename RuleParametersValueT = Aws::String>
130 m_ruleParametersHasBeenSet =
true; m_ruleParameters.emplace(std::forward<RuleParametersKeyT>(key), std::forward<RuleParametersValueT>(value));
return *
this;
136 bool m_ruleConfigurationNameHasBeenSet =
false;
139 bool m_localPathHasBeenSet =
false;
142 bool m_s3OutputPathHasBeenSet =
false;
145 bool m_ruleEvaluatorImageHasBeenSet =
false;
148 bool m_instanceTypeHasBeenSet =
false;
150 int m_volumeSizeInGB{0};
151 bool m_volumeSizeInGBHasBeenSet =
false;
154 bool m_ruleParametersHasBeenSet =
false;
DebugRuleConfiguration & WithS3OutputPath(S3OutputPathT &&value)
AWS_SAGEMAKER_API DebugRuleConfiguration()=default
bool RuleEvaluatorImageHasBeenSet() const
bool S3OutputPathHasBeenSet() const
void SetS3OutputPath(S3OutputPathT &&value)
void SetRuleParameters(RuleParametersT &&value)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
ProcessingInstanceType GetInstanceType() const
const Aws::String & GetRuleConfigurationName() const
const Aws::String & GetS3OutputPath() const
const Aws::Map< Aws::String, Aws::String > & GetRuleParameters() const
DebugRuleConfiguration & WithLocalPath(LocalPathT &&value)
AWS_SAGEMAKER_API DebugRuleConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
bool VolumeSizeInGBHasBeenSet() const
bool InstanceTypeHasBeenSet() const
DebugRuleConfiguration & WithVolumeSizeInGB(int value)
AWS_SAGEMAKER_API DebugRuleConfiguration(Aws::Utils::Json::JsonView jsonValue)
bool LocalPathHasBeenSet() const
int GetVolumeSizeInGB() const
DebugRuleConfiguration & WithRuleConfigurationName(RuleConfigurationNameT &&value)
bool RuleConfigurationNameHasBeenSet() const
void SetInstanceType(ProcessingInstanceType value)
void SetLocalPath(LocalPathT &&value)
bool RuleParametersHasBeenSet() const
DebugRuleConfiguration & AddRuleParameters(RuleParametersKeyT &&key, RuleParametersValueT &&value)
DebugRuleConfiguration & WithInstanceType(ProcessingInstanceType value)
void SetVolumeSizeInGB(int value)
DebugRuleConfiguration & WithRuleParameters(RuleParametersT &&value)
void SetRuleConfigurationName(RuleConfigurationNameT &&value)
const Aws::String & GetRuleEvaluatorImage() const
void SetRuleEvaluatorImage(RuleEvaluatorImageT &&value)
const Aws::String & GetLocalPath() const
DebugRuleConfiguration & WithRuleEvaluatorImage(RuleEvaluatorImageT &&value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue