7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/sagemaker/SageMaker_EXPORTS.h>
10#include <aws/sagemaker/model/ProcessingInstanceType.h>
48 template <
typename RuleConfigurationNameT = Aws::String>
50 m_ruleConfigurationNameHasBeenSet =
true;
51 m_ruleConfigurationName = std::forward<RuleConfigurationNameT>(value);
53 template <
typename RuleConfigurationNameT = Aws::String>
67 template <
typename LocalPathT = Aws::String>
69 m_localPathHasBeenSet =
true;
70 m_localPath = std::forward<LocalPathT>(value);
72 template <
typename LocalPathT = Aws::String>
85 template <
typename S3OutputPathT = Aws::String>
87 m_s3OutputPathHasBeenSet =
true;
88 m_s3OutputPath = std::forward<S3OutputPathT>(value);
90 template <
typename S3OutputPathT = Aws::String>
103 template <
typename RuleEvaluatorImageT = Aws::String>
105 m_ruleEvaluatorImageHasBeenSet =
true;
106 m_ruleEvaluatorImage = std::forward<RuleEvaluatorImageT>(value);
108 template <
typename RuleEvaluatorImageT = Aws::String>
122 m_instanceTypeHasBeenSet =
true;
123 m_instanceType = value;
139 m_volumeSizeInGBHasBeenSet =
true;
140 m_volumeSizeInGB = value;
154 template <
typename RuleParametersT = Aws::Map<Aws::String, Aws::String>>
156 m_ruleParametersHasBeenSet =
true;
157 m_ruleParameters = std::forward<RuleParametersT>(value);
159 template <
typename RuleParametersT = Aws::Map<Aws::String, Aws::String>>
164 template <
typename RuleParametersKeyT = Aws::String,
typename RuleParametersValueT = Aws::String>
166 m_ruleParametersHasBeenSet =
true;
167 m_ruleParameters.emplace(std::forward<RuleParametersKeyT>(key), std::forward<RuleParametersValueT>(value));
182 int m_volumeSizeInGB{0};
185 bool m_ruleConfigurationNameHasBeenSet =
false;
186 bool m_localPathHasBeenSet =
false;
187 bool m_s3OutputPathHasBeenSet =
false;
188 bool m_ruleEvaluatorImageHasBeenSet =
false;
189 bool m_instanceTypeHasBeenSet =
false;
190 bool m_volumeSizeInGBHasBeenSet =
false;
191 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