AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
HyperParameterTuningJobConfig.h
1
6#pragma once
7#include <aws/forecast/ForecastService_EXPORTS.h>
8#include <aws/forecast/model/ParameterRanges.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace ForecastService
22{
23namespace Model
24{
25
41 {
42 public:
43 AWS_FORECASTSERVICE_API HyperParameterTuningJobConfig();
46 AWS_FORECASTSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const;
47
48
50
53 inline const ParameterRanges& GetParameterRanges() const{ return m_parameterRanges; }
54 inline bool ParameterRangesHasBeenSet() const { return m_parameterRangesHasBeenSet; }
55 inline void SetParameterRanges(const ParameterRanges& value) { m_parameterRangesHasBeenSet = true; m_parameterRanges = value; }
56 inline void SetParameterRanges(ParameterRanges&& value) { m_parameterRangesHasBeenSet = true; m_parameterRanges = std::move(value); }
58 inline HyperParameterTuningJobConfig& WithParameterRanges(ParameterRanges&& value) { SetParameterRanges(std::move(value)); return *this;}
60 private:
61
62 ParameterRanges m_parameterRanges;
63 bool m_parameterRangesHasBeenSet = false;
64 };
65
66} // namespace Model
67} // namespace ForecastService
68} // namespace Aws
AWS_FORECASTSERVICE_API HyperParameterTuningJobConfig(Aws::Utils::Json::JsonView jsonValue)
AWS_FORECASTSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
HyperParameterTuningJobConfig & WithParameterRanges(const ParameterRanges &value)
AWS_FORECASTSERVICE_API HyperParameterTuningJobConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
HyperParameterTuningJobConfig & WithParameterRanges(ParameterRanges &&value)
Aws::Utils::Json::JsonValue JsonValue