AWS SDK for C++

AWS SDK for C++ Version 1.11.612

Loading...
Searching...
No Matches
CandidateArtifactLocations.h
1
6#pragma once
7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.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
33 {
34 public:
35 AWS_SAGEMAKER_API CandidateArtifactLocations() = default;
38 AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
46 inline const Aws::String& GetExplainability() const { return m_explainability; }
47 inline bool ExplainabilityHasBeenSet() const { return m_explainabilityHasBeenSet; }
48 template<typename ExplainabilityT = Aws::String>
49 void SetExplainability(ExplainabilityT&& value) { m_explainabilityHasBeenSet = true; m_explainability = std::forward<ExplainabilityT>(value); }
50 template<typename ExplainabilityT = Aws::String>
51 CandidateArtifactLocations& WithExplainability(ExplainabilityT&& value) { SetExplainability(std::forward<ExplainabilityT>(value)); return *this;}
53
55
59 inline const Aws::String& GetModelInsights() const { return m_modelInsights; }
60 inline bool ModelInsightsHasBeenSet() const { return m_modelInsightsHasBeenSet; }
61 template<typename ModelInsightsT = Aws::String>
62 void SetModelInsights(ModelInsightsT&& value) { m_modelInsightsHasBeenSet = true; m_modelInsights = std::forward<ModelInsightsT>(value); }
63 template<typename ModelInsightsT = Aws::String>
64 CandidateArtifactLocations& WithModelInsights(ModelInsightsT&& value) { SetModelInsights(std::forward<ModelInsightsT>(value)); return *this;}
66
68
73 inline const Aws::String& GetBacktestResults() const { return m_backtestResults; }
74 inline bool BacktestResultsHasBeenSet() const { return m_backtestResultsHasBeenSet; }
75 template<typename BacktestResultsT = Aws::String>
76 void SetBacktestResults(BacktestResultsT&& value) { m_backtestResultsHasBeenSet = true; m_backtestResults = std::forward<BacktestResultsT>(value); }
77 template<typename BacktestResultsT = Aws::String>
78 CandidateArtifactLocations& WithBacktestResults(BacktestResultsT&& value) { SetBacktestResults(std::forward<BacktestResultsT>(value)); return *this;}
80 private:
81
82 Aws::String m_explainability;
83 bool m_explainabilityHasBeenSet = false;
84
85 Aws::String m_modelInsights;
86 bool m_modelInsightsHasBeenSet = false;
87
88 Aws::String m_backtestResults;
89 bool m_backtestResultsHasBeenSet = false;
90 };
91
92} // namespace Model
93} // namespace SageMaker
94} // namespace Aws
AWS_SAGEMAKER_API CandidateArtifactLocations(Aws::Utils::Json::JsonView jsonValue)
AWS_SAGEMAKER_API CandidateArtifactLocations()=default
CandidateArtifactLocations & WithBacktestResults(BacktestResultsT &&value)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
CandidateArtifactLocations & WithExplainability(ExplainabilityT &&value)
AWS_SAGEMAKER_API CandidateArtifactLocations & operator=(Aws::Utils::Json::JsonView jsonValue)
CandidateArtifactLocations & WithModelInsights(ModelInsightsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue