/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Specifies ranges of integer, continuous, and categorical hyperparameters that
* a hyperparameter tuning job searches. The hyperparameter tuning job launches
* training jobs with hyperparameter values within these ranges to find the
* combination of values that result in the training job with the best performance
* as measured by the objective metric of the hyperparameter tuning job. You can specify a maximum of 20 hyperparameters that a hyperparameter tuning
* job can search over. Every possible value of a categorical parameter range
* counts against this limit.See Also:
AWS
* API Reference
The array of IntegerParameterRange objects that specify ranges of * integer hyperparameters that a hyperparameter tuning job searches.
*/ inline const Aws::VectorThe array of IntegerParameterRange objects that specify ranges of * integer hyperparameters that a hyperparameter tuning job searches.
*/ inline bool IntegerParameterRangesHasBeenSet() const { return m_integerParameterRangesHasBeenSet; } /** *The array of IntegerParameterRange objects that specify ranges of * integer hyperparameters that a hyperparameter tuning job searches.
*/ inline void SetIntegerParameterRanges(const Aws::VectorThe array of IntegerParameterRange objects that specify ranges of * integer hyperparameters that a hyperparameter tuning job searches.
*/ inline void SetIntegerParameterRanges(Aws::VectorThe array of IntegerParameterRange objects that specify ranges of * integer hyperparameters that a hyperparameter tuning job searches.
*/ inline ParameterRanges& WithIntegerParameterRanges(const Aws::VectorThe array of IntegerParameterRange objects that specify ranges of * integer hyperparameters that a hyperparameter tuning job searches.
*/ inline ParameterRanges& WithIntegerParameterRanges(Aws::VectorThe array of IntegerParameterRange objects that specify ranges of * integer hyperparameters that a hyperparameter tuning job searches.
*/ inline ParameterRanges& AddIntegerParameterRanges(const IntegerParameterRange& value) { m_integerParameterRangesHasBeenSet = true; m_integerParameterRanges.push_back(value); return *this; } /** *The array of IntegerParameterRange objects that specify ranges of * integer hyperparameters that a hyperparameter tuning job searches.
*/ inline ParameterRanges& AddIntegerParameterRanges(IntegerParameterRange&& value) { m_integerParameterRangesHasBeenSet = true; m_integerParameterRanges.push_back(std::move(value)); return *this; } /** *The array of ContinuousParameterRange objects that specify ranges of * continuous hyperparameters that a hyperparameter tuning job searches.
*/ inline const Aws::VectorThe array of ContinuousParameterRange objects that specify ranges of * continuous hyperparameters that a hyperparameter tuning job searches.
*/ inline bool ContinuousParameterRangesHasBeenSet() const { return m_continuousParameterRangesHasBeenSet; } /** *The array of ContinuousParameterRange objects that specify ranges of * continuous hyperparameters that a hyperparameter tuning job searches.
*/ inline void SetContinuousParameterRanges(const Aws::VectorThe array of ContinuousParameterRange objects that specify ranges of * continuous hyperparameters that a hyperparameter tuning job searches.
*/ inline void SetContinuousParameterRanges(Aws::VectorThe array of ContinuousParameterRange objects that specify ranges of * continuous hyperparameters that a hyperparameter tuning job searches.
*/ inline ParameterRanges& WithContinuousParameterRanges(const Aws::VectorThe array of ContinuousParameterRange objects that specify ranges of * continuous hyperparameters that a hyperparameter tuning job searches.
*/ inline ParameterRanges& WithContinuousParameterRanges(Aws::VectorThe array of ContinuousParameterRange objects that specify ranges of * continuous hyperparameters that a hyperparameter tuning job searches.
*/ inline ParameterRanges& AddContinuousParameterRanges(const ContinuousParameterRange& value) { m_continuousParameterRangesHasBeenSet = true; m_continuousParameterRanges.push_back(value); return *this; } /** *The array of ContinuousParameterRange objects that specify ranges of * continuous hyperparameters that a hyperparameter tuning job searches.
*/ inline ParameterRanges& AddContinuousParameterRanges(ContinuousParameterRange&& value) { m_continuousParameterRangesHasBeenSet = true; m_continuousParameterRanges.push_back(std::move(value)); return *this; } /** *The array of CategoricalParameterRange objects that specify ranges of * categorical hyperparameters that a hyperparameter tuning job searches.
*/ inline const Aws::VectorThe array of CategoricalParameterRange objects that specify ranges of * categorical hyperparameters that a hyperparameter tuning job searches.
*/ inline bool CategoricalParameterRangesHasBeenSet() const { return m_categoricalParameterRangesHasBeenSet; } /** *The array of CategoricalParameterRange objects that specify ranges of * categorical hyperparameters that a hyperparameter tuning job searches.
*/ inline void SetCategoricalParameterRanges(const Aws::VectorThe array of CategoricalParameterRange objects that specify ranges of * categorical hyperparameters that a hyperparameter tuning job searches.
*/ inline void SetCategoricalParameterRanges(Aws::VectorThe array of CategoricalParameterRange objects that specify ranges of * categorical hyperparameters that a hyperparameter tuning job searches.
*/ inline ParameterRanges& WithCategoricalParameterRanges(const Aws::VectorThe array of CategoricalParameterRange objects that specify ranges of * categorical hyperparameters that a hyperparameter tuning job searches.
*/ inline ParameterRanges& WithCategoricalParameterRanges(Aws::VectorThe array of CategoricalParameterRange objects that specify ranges of * categorical hyperparameters that a hyperparameter tuning job searches.
*/ inline ParameterRanges& AddCategoricalParameterRanges(const CategoricalParameterRange& value) { m_categoricalParameterRangesHasBeenSet = true; m_categoricalParameterRanges.push_back(value); return *this; } /** *The array of CategoricalParameterRange objects that specify ranges of * categorical hyperparameters that a hyperparameter tuning job searches.
*/ inline ParameterRanges& AddCategoricalParameterRanges(CategoricalParameterRange&& value) { m_categoricalParameterRangesHasBeenSet = true; m_categoricalParameterRanges.push_back(std::move(value)); return *this; } private: Aws::Vector