AWS SDK for C++

AWS SDK for C++ Version 1.11.718

Loading...
Searching...
No Matches
DriftCheckExplainability.h
1
6#pragma once
7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/sagemaker/model/FileSource.h>
9#include <aws/sagemaker/model/MetricsSource.h>
10
11#include <utility>
12
13namespace Aws {
14namespace Utils {
15namespace Json {
16class JsonValue;
17class JsonView;
18} // namespace Json
19} // namespace Utils
20namespace SageMaker {
21namespace Model {
22
30 public:
31 AWS_SAGEMAKER_API DriftCheckExplainability() = default;
34 AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const;
35
37
40 inline const MetricsSource& GetConstraints() const { return m_constraints; }
41 inline bool ConstraintsHasBeenSet() const { return m_constraintsHasBeenSet; }
42 template <typename ConstraintsT = MetricsSource>
43 void SetConstraints(ConstraintsT&& value) {
44 m_constraintsHasBeenSet = true;
45 m_constraints = std::forward<ConstraintsT>(value);
46 }
47 template <typename ConstraintsT = MetricsSource>
49 SetConstraints(std::forward<ConstraintsT>(value));
50 return *this;
51 }
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) {
62 m_configFileHasBeenSet = true;
63 m_configFile = std::forward<ConfigFileT>(value);
64 }
65 template <typename ConfigFileT = FileSource>
67 SetConfigFile(std::forward<ConfigFileT>(value));
68 return *this;
69 }
71 private:
72 MetricsSource m_constraints;
73
74 FileSource m_configFile;
75 bool m_constraintsHasBeenSet = false;
76 bool m_configFileHasBeenSet = false;
77};
78
79} // namespace Model
80} // namespace SageMaker
81} // 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