7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/sagemaker/SageMaker_EXPORTS.h>
9#include <aws/sagemaker/model/HyperParameterScalingType.h>
41 template <
typename NameT = Aws::String>
43 m_nameHasBeenSet =
true;
44 m_name = std::forward<NameT>(value);
46 template <
typename NameT = Aws::String>
48 SetName(std::forward<NameT>(value));
60 template <
typename MinValueT = Aws::String>
62 m_minValueHasBeenSet =
true;
63 m_minValue = std::forward<MinValueT>(value);
65 template <
typename MinValueT = Aws::String>
79 template <
typename MaxValueT = Aws::String>
81 m_maxValueHasBeenSet =
true;
82 m_maxValue = std::forward<MaxValueT>(value);
84 template <
typename MaxValueT = Aws::String>
111 m_scalingTypeHasBeenSet =
true;
112 m_scalingType = value;
127 bool m_nameHasBeenSet =
false;
128 bool m_minValueHasBeenSet =
false;
129 bool m_maxValueHasBeenSet =
false;
130 bool m_scalingTypeHasBeenSet =
false;
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetMaxValue() const
HyperParameterScalingType GetScalingType() const
ContinuousParameterRange & WithMaxValue(MaxValueT &&value)
bool NameHasBeenSet() const
ContinuousParameterRange & WithMinValue(MinValueT &&value)
bool ScalingTypeHasBeenSet() const
AWS_SAGEMAKER_API ContinuousParameterRange & operator=(Aws::Utils::Json::JsonView jsonValue)
ContinuousParameterRange & WithName(NameT &&value)
AWS_SAGEMAKER_API ContinuousParameterRange()=default
ContinuousParameterRange & WithScalingType(HyperParameterScalingType value)
const Aws::String & GetName() const
void SetName(NameT &&value)
bool MaxValueHasBeenSet() const
AWS_SAGEMAKER_API ContinuousParameterRange(Aws::Utils::Json::JsonView jsonValue)
void SetScalingType(HyperParameterScalingType value)
const Aws::String & GetMinValue() const
void SetMinValue(MinValueT &&value)
bool MinValueHasBeenSet() const
void SetMaxValue(MaxValueT &&value)
HyperParameterScalingType
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue