/**
* 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. The maximum number of items specified for Array Members
refers
* to the maximum number of hyperparameters for each range and also the maximum for
* the hyperparameter tuning job itself. That is, the sum of the number of
* hyperparameters for all the ranges can't exceed the maximum number
* specified.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; } /** *A list containing hyperparameter names and example values to be used by * Autotune to determine optimal ranges for your tuning job.
*/ inline const Aws::VectorA list containing hyperparameter names and example values to be used by * Autotune to determine optimal ranges for your tuning job.
*/ inline bool AutoParametersHasBeenSet() const { return m_autoParametersHasBeenSet; } /** *A list containing hyperparameter names and example values to be used by * Autotune to determine optimal ranges for your tuning job.
*/ inline void SetAutoParameters(const Aws::VectorA list containing hyperparameter names and example values to be used by * Autotune to determine optimal ranges for your tuning job.
*/ inline void SetAutoParameters(Aws::VectorA list containing hyperparameter names and example values to be used by * Autotune to determine optimal ranges for your tuning job.
*/ inline ParameterRanges& WithAutoParameters(const Aws::VectorA list containing hyperparameter names and example values to be used by * Autotune to determine optimal ranges for your tuning job.
*/ inline ParameterRanges& WithAutoParameters(Aws::VectorA list containing hyperparameter names and example values to be used by * Autotune to determine optimal ranges for your tuning job.
*/ inline ParameterRanges& AddAutoParameters(const AutoParameter& value) { m_autoParametersHasBeenSet = true; m_autoParameters.push_back(value); return *this; } /** *A list containing hyperparameter names and example values to be used by * Autotune to determine optimal ranges for your tuning job.
*/ inline ParameterRanges& AddAutoParameters(AutoParameter&& value) { m_autoParametersHasBeenSet = true; m_autoParameters.push_back(std::move(value)); return *this; } private: Aws::Vector