/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Defines the possible values for a categorical hyperparameter.See
* Also:
AWS
* API Reference
The allowed categories for the hyperparameter.
*/ inline const Aws::VectorThe allowed categories for the hyperparameter.
*/ inline bool ValuesHasBeenSet() const { return m_valuesHasBeenSet; } /** *The allowed categories for the hyperparameter.
*/ inline void SetValues(const Aws::VectorThe allowed categories for the hyperparameter.
*/ inline void SetValues(Aws::VectorThe allowed categories for the hyperparameter.
*/ inline CategoricalParameterRangeSpecification& WithValues(const Aws::VectorThe allowed categories for the hyperparameter.
*/ inline CategoricalParameterRangeSpecification& WithValues(Aws::VectorThe allowed categories for the hyperparameter.
*/ inline CategoricalParameterRangeSpecification& AddValues(const Aws::String& value) { m_valuesHasBeenSet = true; m_values.push_back(value); return *this; } /** *The allowed categories for the hyperparameter.
*/ inline CategoricalParameterRangeSpecification& AddValues(Aws::String&& value) { m_valuesHasBeenSet = true; m_values.push_back(std::move(value)); return *this; } /** *The allowed categories for the hyperparameter.
*/ inline CategoricalParameterRangeSpecification& AddValues(const char* value) { m_valuesHasBeenSet = true; m_values.push_back(value); return *this; } private: Aws::Vector