AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
LabelingJobAlgorithmsConfig.h
1
6#pragma once
7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/sagemaker/model/LabelingJobResourceConfig.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace SageMaker
23{
24namespace Model
25{
26
35 {
36 public:
37 AWS_SAGEMAKER_API LabelingJobAlgorithmsConfig() = default;
40 AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const;
41
42
44
57 inline const Aws::String& GetLabelingJobAlgorithmSpecificationArn() const { return m_labelingJobAlgorithmSpecificationArn; }
58 inline bool LabelingJobAlgorithmSpecificationArnHasBeenSet() const { return m_labelingJobAlgorithmSpecificationArnHasBeenSet; }
59 template<typename LabelingJobAlgorithmSpecificationArnT = Aws::String>
60 void SetLabelingJobAlgorithmSpecificationArn(LabelingJobAlgorithmSpecificationArnT&& value) { m_labelingJobAlgorithmSpecificationArnHasBeenSet = true; m_labelingJobAlgorithmSpecificationArn = std::forward<LabelingJobAlgorithmSpecificationArnT>(value); }
61 template<typename LabelingJobAlgorithmSpecificationArnT = Aws::String>
62 LabelingJobAlgorithmsConfig& WithLabelingJobAlgorithmSpecificationArn(LabelingJobAlgorithmSpecificationArnT&& value) { SetLabelingJobAlgorithmSpecificationArn(std::forward<LabelingJobAlgorithmSpecificationArnT>(value)); return *this;}
64
66
72 inline const Aws::String& GetInitialActiveLearningModelArn() const { return m_initialActiveLearningModelArn; }
73 inline bool InitialActiveLearningModelArnHasBeenSet() const { return m_initialActiveLearningModelArnHasBeenSet; }
74 template<typename InitialActiveLearningModelArnT = Aws::String>
75 void SetInitialActiveLearningModelArn(InitialActiveLearningModelArnT&& value) { m_initialActiveLearningModelArnHasBeenSet = true; m_initialActiveLearningModelArn = std::forward<InitialActiveLearningModelArnT>(value); }
76 template<typename InitialActiveLearningModelArnT = Aws::String>
77 LabelingJobAlgorithmsConfig& WithInitialActiveLearningModelArn(InitialActiveLearningModelArnT&& value) { SetInitialActiveLearningModelArn(std::forward<InitialActiveLearningModelArnT>(value)); return *this;}
79
81
84 inline const LabelingJobResourceConfig& GetLabelingJobResourceConfig() const { return m_labelingJobResourceConfig; }
85 inline bool LabelingJobResourceConfigHasBeenSet() const { return m_labelingJobResourceConfigHasBeenSet; }
86 template<typename LabelingJobResourceConfigT = LabelingJobResourceConfig>
87 void SetLabelingJobResourceConfig(LabelingJobResourceConfigT&& value) { m_labelingJobResourceConfigHasBeenSet = true; m_labelingJobResourceConfig = std::forward<LabelingJobResourceConfigT>(value); }
88 template<typename LabelingJobResourceConfigT = LabelingJobResourceConfig>
89 LabelingJobAlgorithmsConfig& WithLabelingJobResourceConfig(LabelingJobResourceConfigT&& value) { SetLabelingJobResourceConfig(std::forward<LabelingJobResourceConfigT>(value)); return *this;}
91 private:
92
93 Aws::String m_labelingJobAlgorithmSpecificationArn;
94 bool m_labelingJobAlgorithmSpecificationArnHasBeenSet = false;
95
96 Aws::String m_initialActiveLearningModelArn;
97 bool m_initialActiveLearningModelArnHasBeenSet = false;
98
99 LabelingJobResourceConfig m_labelingJobResourceConfig;
100 bool m_labelingJobResourceConfigHasBeenSet = false;
101 };
102
103} // namespace Model
104} // namespace SageMaker
105} // namespace Aws
void SetInitialActiveLearningModelArn(InitialActiveLearningModelArnT &&value)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SAGEMAKER_API LabelingJobAlgorithmsConfig(Aws::Utils::Json::JsonView jsonValue)
void SetLabelingJobResourceConfig(LabelingJobResourceConfigT &&value)
LabelingJobAlgorithmsConfig & WithLabelingJobAlgorithmSpecificationArn(LabelingJobAlgorithmSpecificationArnT &&value)
LabelingJobAlgorithmsConfig & WithLabelingJobResourceConfig(LabelingJobResourceConfigT &&value)
const LabelingJobResourceConfig & GetLabelingJobResourceConfig() const
LabelingJobAlgorithmsConfig & WithInitialActiveLearningModelArn(InitialActiveLearningModelArnT &&value)
void SetLabelingJobAlgorithmSpecificationArn(LabelingJobAlgorithmSpecificationArnT &&value)
AWS_SAGEMAKER_API LabelingJobAlgorithmsConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SAGEMAKER_API LabelingJobAlgorithmsConfig()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue