AWS SDK for C++

AWS SDK for C++ Version 1.11.718

Loading...
Searching...
No Matches
TabularResolvedAttributes.h
1
6#pragma once
7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/sagemaker/model/ProblemType.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace SageMaker {
20namespace Model {
21
29 public:
30 AWS_SAGEMAKER_API TabularResolvedAttributes() = default;
33 AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
43 inline ProblemType GetProblemType() const { return m_problemType; }
44 inline bool ProblemTypeHasBeenSet() const { return m_problemTypeHasBeenSet; }
45 inline void SetProblemType(ProblemType value) {
46 m_problemTypeHasBeenSet = true;
47 m_problemType = value;
48 }
50 SetProblemType(value);
51 return *this;
52 }
54 private:
55 ProblemType m_problemType{ProblemType::NOT_SET};
56 bool m_problemTypeHasBeenSet = false;
57};
58
59} // namespace Model
60} // namespace SageMaker
61} // namespace Aws
AWS_SAGEMAKER_API TabularResolvedAttributes()=default
AWS_SAGEMAKER_API TabularResolvedAttributes(Aws::Utils::Json::JsonView jsonValue)
AWS_SAGEMAKER_API TabularResolvedAttributes & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
TabularResolvedAttributes & WithProblemType(ProblemType value)
Aws::Utils::Json::JsonValue JsonValue