AWS SDK for C++

AWS SDK for C++ Version 1.11.612

Loading...
Searching...
No Matches
DriftCheckExplainability.h
1
6#pragma once
7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/sagemaker/model/MetricsSource.h>
9#include <aws/sagemaker/model/FileSource.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
34 {
35 public:
36 AWS_SAGEMAKER_API DriftCheckExplainability() = default;
39 AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
46 inline const MetricsSource& GetConstraints() const { return m_constraints; }
47 inline bool ConstraintsHasBeenSet() const { return m_constraintsHasBeenSet; }
48 template<typename ConstraintsT = MetricsSource>
49 void SetConstraints(ConstraintsT&& value) { m_constraintsHasBeenSet = true; m_constraints = std::forward<ConstraintsT>(value); }
50 template<typename ConstraintsT = MetricsSource>
51 DriftCheckExplainability& WithConstraints(ConstraintsT&& value) { SetConstraints(std::forward<ConstraintsT>(value)); return *this;}
53
55
58 inline const FileSource& GetConfigFile() const { return m_configFile; }
59 inline bool ConfigFileHasBeenSet() const { return m_configFileHasBeenSet; }
60 template<typename ConfigFileT = FileSource>
61 void SetConfigFile(ConfigFileT&& value) { m_configFileHasBeenSet = true; m_configFile = std::forward<ConfigFileT>(value); }
62 template<typename ConfigFileT = FileSource>
63 DriftCheckExplainability& WithConfigFile(ConfigFileT&& value) { SetConfigFile(std::forward<ConfigFileT>(value)); return *this;}
65 private:
66
67 MetricsSource m_constraints;
68 bool m_constraintsHasBeenSet = false;
69
70 FileSource m_configFile;
71 bool m_configFileHasBeenSet = false;
72 };
73
74} // namespace Model
75} // namespace SageMaker
76} // namespace Aws
DriftCheckExplainability & WithConstraints(ConstraintsT &&value)
AWS_SAGEMAKER_API DriftCheckExplainability()=default
AWS_SAGEMAKER_API DriftCheckExplainability(Aws::Utils::Json::JsonView jsonValue)
AWS_SAGEMAKER_API DriftCheckExplainability & operator=(Aws::Utils::Json::JsonView jsonValue)
DriftCheckExplainability & WithConfigFile(ConfigFileT &&value)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::Utils::Json::JsonValue JsonValue