AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
Autotune.h
1
6#pragma once
7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/sagemaker/model/AutotuneMode.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 SageMaker
22{
23namespace Model
24{
25
52 {
53 public:
54 AWS_SAGEMAKER_API Autotune() = default;
55 AWS_SAGEMAKER_API Autotune(Aws::Utils::Json::JsonView jsonValue);
56 AWS_SAGEMAKER_API Autotune& operator=(Aws::Utils::Json::JsonView jsonValue);
57 AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const;
58
59
61
65 inline AutotuneMode GetMode() const { return m_mode; }
66 inline bool ModeHasBeenSet() const { return m_modeHasBeenSet; }
67 inline void SetMode(AutotuneMode value) { m_modeHasBeenSet = true; m_mode = value; }
68 inline Autotune& WithMode(AutotuneMode value) { SetMode(value); return *this;}
70 private:
71
73 bool m_modeHasBeenSet = false;
74 };
75
76} // namespace Model
77} // namespace SageMaker
78} // namespace Aws
AWS_SAGEMAKER_API Autotune & operator=(Aws::Utils::Json::JsonView jsonValue)
AutotuneMode GetMode() const
Definition Autotune.h:65
AWS_SAGEMAKER_API Autotune()=default
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SAGEMAKER_API Autotune(Aws::Utils::Json::JsonView jsonValue)
Autotune & WithMode(AutotuneMode value)
Definition Autotune.h:68
void SetMode(AutotuneMode value)
Definition Autotune.h:67
Aws::Utils::Json::JsonValue JsonValue