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>
43 template <
typename RuleConfigurationNameT = Aws::String>
45 m_ruleConfigurationNameHasBeenSet =
true;
46 m_ruleConfigurationName = std::forward<RuleConfigurationNameT>(value);
48 template <
typename RuleConfigurationNameT = Aws::String>
62 template <
typename LocalPathT = Aws::String>
64 m_localPathHasBeenSet =
true;
65 m_localPath = std::forward<LocalPathT>(value);
67 template <
typename LocalPathT = Aws::String>
80 template <
typename S3OutputPathT = Aws::String>
82 m_s3OutputPathHasBeenSet =
true;
83 m_s3OutputPath = std::forward<S3OutputPathT>(value);
85 template <
typename S3OutputPathT = Aws::String>
99 template <
typename RuleEvaluatorImageT = Aws::String>
101 m_ruleEvaluatorImageHasBeenSet =
true;
102 m_ruleEvaluatorImage = std::forward<RuleEvaluatorImageT>(value);
104 template <
typename RuleEvaluatorImageT = Aws::String>
118 m_instanceTypeHasBeenSet =
true;
119 m_instanceType = value;
135 m_volumeSizeInGBHasBeenSet =
true;
136 m_volumeSizeInGB = value;
150 template <
typename RuleParametersT = Aws::Map<Aws::String, Aws::String>>
152 m_ruleParametersHasBeenSet =
true;
153 m_ruleParameters = std::forward<RuleParametersT>(value);
155 template <
typename RuleParametersT = Aws::Map<Aws::String, Aws::String>>
160 template <
typename RuleParametersKeyT = Aws::String,
typename RuleParametersValueT = Aws::String>
162 m_ruleParametersHasBeenSet =
true;
163 m_ruleParameters.emplace(std::forward<RuleParametersKeyT>(key), std::forward<RuleParametersValueT>(value));
178 int m_volumeSizeInGB{0};
181 bool m_ruleConfigurationNameHasBeenSet =
false;
182 bool m_localPathHasBeenSet =
false;
183 bool m_s3OutputPathHasBeenSet =
false;
184 bool m_ruleEvaluatorImageHasBeenSet =
false;
185 bool m_instanceTypeHasBeenSet =
false;
186 bool m_volumeSizeInGBHasBeenSet =
false;
187 bool m_ruleParametersHasBeenSet =
false;
ProfilerRuleConfiguration & WithRuleConfigurationName(RuleConfigurationNameT &&value)
ProfilerRuleConfiguration & WithVolumeSizeInGB(int value)
bool RuleEvaluatorImageHasBeenSet() const
bool RuleConfigurationNameHasBeenSet() const
bool InstanceTypeHasBeenSet() const
bool VolumeSizeInGBHasBeenSet() const
void SetS3OutputPath(S3OutputPathT &&value)
void SetRuleConfigurationName(RuleConfigurationNameT &&value)
AWS_SAGEMAKER_API ProfilerRuleConfiguration(Aws::Utils::Json::JsonView jsonValue)
ProfilerRuleConfiguration & WithLocalPath(LocalPathT &&value)
bool S3OutputPathHasBeenSet() const
ProfilerRuleConfiguration & WithRuleEvaluatorImage(RuleEvaluatorImageT &&value)
const Aws::Map< Aws::String, Aws::String > & GetRuleParameters() const
const Aws::String & GetRuleEvaluatorImage() const
AWS_SAGEMAKER_API ProfilerRuleConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetLocalPath() const
const Aws::String & GetRuleConfigurationName() const
int GetVolumeSizeInGB() const
ProfilerRuleConfiguration & WithS3OutputPath(S3OutputPathT &&value)
void SetLocalPath(LocalPathT &&value)
ProcessingInstanceType GetInstanceType() const
ProfilerRuleConfiguration & WithInstanceType(ProcessingInstanceType value)
ProfilerRuleConfiguration & AddRuleParameters(RuleParametersKeyT &&key, RuleParametersValueT &&value)
AWS_SAGEMAKER_API ProfilerRuleConfiguration()=default
bool LocalPathHasBeenSet() const
void SetVolumeSizeInGB(int value)
ProfilerRuleConfiguration & WithRuleParameters(RuleParametersT &&value)
void SetRuleEvaluatorImage(RuleEvaluatorImageT &&value)
void SetInstanceType(ProcessingInstanceType value)
void SetRuleParameters(RuleParametersT &&value)
bool RuleParametersHasBeenSet() const
const Aws::String & GetS3OutputPath() const
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
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