/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include For a hyperparameter of the integer type, specifies the range that a
* hyperparameter tuning job searches.See Also:
AWS
* API Reference
The name of the hyperparameter to search.
*/ inline const Aws::String& GetName() const{ return m_name; } /** *The name of the hyperparameter to search.
*/ inline bool NameHasBeenSet() const { return m_nameHasBeenSet; } /** *The name of the hyperparameter to search.
*/ inline void SetName(const Aws::String& value) { m_nameHasBeenSet = true; m_name = value; } /** *The name of the hyperparameter to search.
*/ inline void SetName(Aws::String&& value) { m_nameHasBeenSet = true; m_name = std::move(value); } /** *The name of the hyperparameter to search.
*/ inline void SetName(const char* value) { m_nameHasBeenSet = true; m_name.assign(value); } /** *The name of the hyperparameter to search.
*/ inline IntegerParameterRange& WithName(const Aws::String& value) { SetName(value); return *this;} /** *The name of the hyperparameter to search.
*/ inline IntegerParameterRange& WithName(Aws::String&& value) { SetName(std::move(value)); return *this;} /** *The name of the hyperparameter to search.
*/ inline IntegerParameterRange& WithName(const char* value) { SetName(value); return *this;} /** *The minimum value of the hyperparameter to search.
*/ inline const Aws::String& GetMinValue() const{ return m_minValue; } /** *The minimum value of the hyperparameter to search.
*/ inline bool MinValueHasBeenSet() const { return m_minValueHasBeenSet; } /** *The minimum value of the hyperparameter to search.
*/ inline void SetMinValue(const Aws::String& value) { m_minValueHasBeenSet = true; m_minValue = value; } /** *The minimum value of the hyperparameter to search.
*/ inline void SetMinValue(Aws::String&& value) { m_minValueHasBeenSet = true; m_minValue = std::move(value); } /** *The minimum value of the hyperparameter to search.
*/ inline void SetMinValue(const char* value) { m_minValueHasBeenSet = true; m_minValue.assign(value); } /** *The minimum value of the hyperparameter to search.
*/ inline IntegerParameterRange& WithMinValue(const Aws::String& value) { SetMinValue(value); return *this;} /** *The minimum value of the hyperparameter to search.
*/ inline IntegerParameterRange& WithMinValue(Aws::String&& value) { SetMinValue(std::move(value)); return *this;} /** *The minimum value of the hyperparameter to search.
*/ inline IntegerParameterRange& WithMinValue(const char* value) { SetMinValue(value); return *this;} /** *The maximum value of the hyperparameter to search.
*/ inline const Aws::String& GetMaxValue() const{ return m_maxValue; } /** *The maximum value of the hyperparameter to search.
*/ inline bool MaxValueHasBeenSet() const { return m_maxValueHasBeenSet; } /** *The maximum value of the hyperparameter to search.
*/ inline void SetMaxValue(const Aws::String& value) { m_maxValueHasBeenSet = true; m_maxValue = value; } /** *The maximum value of the hyperparameter to search.
*/ inline void SetMaxValue(Aws::String&& value) { m_maxValueHasBeenSet = true; m_maxValue = std::move(value); } /** *The maximum value of the hyperparameter to search.
*/ inline void SetMaxValue(const char* value) { m_maxValueHasBeenSet = true; m_maxValue.assign(value); } /** *The maximum value of the hyperparameter to search.
*/ inline IntegerParameterRange& WithMaxValue(const Aws::String& value) { SetMaxValue(value); return *this;} /** *The maximum value of the hyperparameter to search.
*/ inline IntegerParameterRange& WithMaxValue(Aws::String&& value) { SetMaxValue(std::move(value)); return *this;} /** *The maximum value of the hyperparameter to search.
*/ inline IntegerParameterRange& WithMaxValue(const char* value) { SetMaxValue(value); return *this;} /** *The scale that hyperparameter tuning uses to search the hyperparameter range. * For information about choosing a hyperparameter scale, see Hyperparameter * Scaling. One of the following values:
SageMaker hyperparameter tuning chooses the best scale for the * hyperparameter.
Hyperparameter tuning searches * the values in the hyperparameter range by using a linear scale.
Hyperparameter tuning searches the values in the * hyperparameter range by using a logarithmic scale.
Logarithmic scaling * works only for ranges that have only values greater than 0.
The scale that hyperparameter tuning uses to search the hyperparameter range. * For information about choosing a hyperparameter scale, see Hyperparameter * Scaling. One of the following values:
SageMaker hyperparameter tuning chooses the best scale for the * hyperparameter.
Hyperparameter tuning searches * the values in the hyperparameter range by using a linear scale.
Hyperparameter tuning searches the values in the * hyperparameter range by using a logarithmic scale.
Logarithmic scaling * works only for ranges that have only values greater than 0.
The scale that hyperparameter tuning uses to search the hyperparameter range. * For information about choosing a hyperparameter scale, see Hyperparameter * Scaling. One of the following values:
SageMaker hyperparameter tuning chooses the best scale for the * hyperparameter.
Hyperparameter tuning searches * the values in the hyperparameter range by using a linear scale.
Hyperparameter tuning searches the values in the * hyperparameter range by using a logarithmic scale.
Logarithmic scaling * works only for ranges that have only values greater than 0.
The scale that hyperparameter tuning uses to search the hyperparameter range. * For information about choosing a hyperparameter scale, see Hyperparameter * Scaling. One of the following values:
SageMaker hyperparameter tuning chooses the best scale for the * hyperparameter.
Hyperparameter tuning searches * the values in the hyperparameter range by using a linear scale.
Hyperparameter tuning searches the values in the * hyperparameter range by using a logarithmic scale.
Logarithmic scaling * works only for ranges that have only values greater than 0.
The scale that hyperparameter tuning uses to search the hyperparameter range. * For information about choosing a hyperparameter scale, see Hyperparameter * Scaling. One of the following values:
SageMaker hyperparameter tuning chooses the best scale for the * hyperparameter.
Hyperparameter tuning searches * the values in the hyperparameter range by using a linear scale.
Hyperparameter tuning searches the values in the * hyperparameter range by using a logarithmic scale.
Logarithmic scaling * works only for ranges that have only values greater than 0.
The scale that hyperparameter tuning uses to search the hyperparameter range. * For information about choosing a hyperparameter scale, see Hyperparameter * Scaling. One of the following values:
SageMaker hyperparameter tuning chooses the best scale for the * hyperparameter.
Hyperparameter tuning searches * the values in the hyperparameter range by using a linear scale.
Hyperparameter tuning searches the values in the * hyperparameter range by using a logarithmic scale.
Logarithmic scaling * works only for ranges that have only values greater than 0.