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>
49 template<
typename RuleConfigurationNameT = Aws::String>
50 void SetRuleConfigurationName(RuleConfigurationNameT&& value) { m_ruleConfigurationNameHasBeenSet =
true; m_ruleConfigurationName = std::forward<RuleConfigurationNameT>(value); }
51 template<
typename RuleConfigurationNameT = Aws::String>
62 template<
typename LocalPathT = Aws::String>
63 void SetLocalPath(LocalPathT&& value) { m_localPathHasBeenSet =
true; m_localPath = std::forward<LocalPathT>(value); }
64 template<
typename LocalPathT = Aws::String>
74 template<
typename S3OutputPathT = Aws::String>
75 void SetS3OutputPath(S3OutputPathT&& value) { m_s3OutputPathHasBeenSet =
true; m_s3OutputPath = std::forward<S3OutputPathT>(value); }
76 template<
typename S3OutputPathT = Aws::String>
87 template<
typename RuleEvaluatorImageT = Aws::String>
88 void SetRuleEvaluatorImage(RuleEvaluatorImageT&& value) { m_ruleEvaluatorImageHasBeenSet =
true; m_ruleEvaluatorImage = std::forward<RuleEvaluatorImageT>(value); }
89 template<
typename RuleEvaluatorImageT = Aws::String>
110 inline void SetVolumeSizeInGB(
int value) { m_volumeSizeInGBHasBeenSet =
true; m_volumeSizeInGB = value; }
120 template<
typename RuleParametersT = Aws::Map<Aws::String, Aws::String>>
121 void SetRuleParameters(RuleParametersT&& value) { m_ruleParametersHasBeenSet =
true; m_ruleParameters = std::forward<RuleParametersT>(value); }
122 template<
typename RuleParametersT = Aws::Map<Aws::String, Aws::String>>
124 template<
typename RuleParametersKeyT = Aws::String,
typename RuleParametersValueT = Aws::String>
126 m_ruleParametersHasBeenSet =
true; m_ruleParameters.emplace(std::forward<RuleParametersKeyT>(key), std::forward<RuleParametersValueT>(value));
return *
this;
132 bool m_ruleConfigurationNameHasBeenSet =
false;
135 bool m_localPathHasBeenSet =
false;
138 bool m_s3OutputPathHasBeenSet =
false;
141 bool m_ruleEvaluatorImageHasBeenSet =
false;
144 bool m_instanceTypeHasBeenSet =
false;
146 int m_volumeSizeInGB{0};
147 bool m_volumeSizeInGBHasBeenSet =
false;
150 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