7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/sagemaker/model/ParameterType.h>
10#include <aws/sagemaker/model/ParameterRange.h>
51 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
65 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
104 inline void SetIsTunable(
bool value) { m_isTunableHasBeenSet =
true; m_isTunable = value; }
114 inline void SetIsRequired(
bool value) { m_isRequiredHasBeenSet =
true; m_isRequired = value; }
127 inline void SetDefaultValue(
const char* value) { m_defaultValueHasBeenSet =
true; m_defaultValue.assign(value); }
135 bool m_nameHasBeenSet =
false;
138 bool m_descriptionHasBeenSet =
false;
141 bool m_typeHasBeenSet =
false;
144 bool m_rangeHasBeenSet =
false;
147 bool m_isTunableHasBeenSet =
false;
150 bool m_isRequiredHasBeenSet =
false;
153 bool m_defaultValueHasBeenSet =
false;
void SetDescription(const char *value)
void SetName(const char *value)
const Aws::String & GetName() const
const Aws::String & GetDefaultValue() const
bool RangeHasBeenSet() const
HyperParameterSpecification & WithType(ParameterType &&value)
bool GetIsTunable() const
void SetName(const Aws::String &value)
AWS_SAGEMAKER_API HyperParameterSpecification()
HyperParameterSpecification & WithName(Aws::String &&value)
void SetDefaultValue(const char *value)
void SetRange(const ParameterRange &value)
HyperParameterSpecification & WithName(const char *value)
void SetIsRequired(bool value)
void SetDefaultValue(Aws::String &&value)
const Aws::String & GetDescription() const
HyperParameterSpecification & WithDescription(const char *value)
bool DefaultValueHasBeenSet() const
void SetDescription(Aws::String &&value)
bool NameHasBeenSet() const
void SetName(Aws::String &&value)
void SetType(ParameterType &&value)
void SetType(const ParameterType &value)
HyperParameterSpecification & WithType(const ParameterType &value)
HyperParameterSpecification & WithDefaultValue(Aws::String &&value)
void SetIsTunable(bool value)
HyperParameterSpecification & WithIsRequired(bool value)
HyperParameterSpecification & WithRange(const ParameterRange &value)
const ParameterRange & GetRange() const
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
bool GetIsRequired() const
HyperParameterSpecification & WithDescription(Aws::String &&value)
HyperParameterSpecification & WithDefaultValue(const Aws::String &value)
HyperParameterSpecification & WithRange(ParameterRange &&value)
bool DescriptionHasBeenSet() const
bool IsRequiredHasBeenSet() const
bool IsTunableHasBeenSet() const
HyperParameterSpecification & WithName(const Aws::String &value)
AWS_SAGEMAKER_API HyperParameterSpecification(Aws::Utils::Json::JsonView jsonValue)
HyperParameterSpecification & WithDefaultValue(const char *value)
void SetDefaultValue(const Aws::String &value)
HyperParameterSpecification & WithDescription(const Aws::String &value)
void SetRange(ParameterRange &&value)
bool TypeHasBeenSet() const
void SetDescription(const Aws::String &value)
AWS_SAGEMAKER_API HyperParameterSpecification & operator=(Aws::Utils::Json::JsonView jsonValue)
const ParameterType & GetType() const
HyperParameterSpecification & WithIsTunable(bool value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue