AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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();
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 inline void SetExplainability(const Aws::String& value) { m_explainabilityHasBeenSet = true; m_explainability = value; }
49 inline void SetExplainability(Aws::String&& value) { m_explainabilityHasBeenSet = true; m_explainability = std::move(value); }
50 inline void SetExplainability(const char* value) { m_explainabilityHasBeenSet = true; m_explainability.assign(value); }
51 inline CandidateArtifactLocations& WithExplainability(const Aws::String& value) { SetExplainability(value); return *this;}
52 inline CandidateArtifactLocations& WithExplainability(Aws::String&& value) { SetExplainability(std::move(value)); return *this;}
53 inline CandidateArtifactLocations& WithExplainability(const char* value) { SetExplainability(value); return *this;}
55
57
61 inline const Aws::String& GetModelInsights() const{ return m_modelInsights; }
62 inline bool ModelInsightsHasBeenSet() const { return m_modelInsightsHasBeenSet; }
63 inline void SetModelInsights(const Aws::String& value) { m_modelInsightsHasBeenSet = true; m_modelInsights = value; }
64 inline void SetModelInsights(Aws::String&& value) { m_modelInsightsHasBeenSet = true; m_modelInsights = std::move(value); }
65 inline void SetModelInsights(const char* value) { m_modelInsightsHasBeenSet = true; m_modelInsights.assign(value); }
66 inline CandidateArtifactLocations& WithModelInsights(const Aws::String& value) { SetModelInsights(value); return *this;}
67 inline CandidateArtifactLocations& WithModelInsights(Aws::String&& value) { SetModelInsights(std::move(value)); return *this;}
68 inline CandidateArtifactLocations& WithModelInsights(const char* value) { SetModelInsights(value); return *this;}
70
72
77 inline const Aws::String& GetBacktestResults() const{ return m_backtestResults; }
78 inline bool BacktestResultsHasBeenSet() const { return m_backtestResultsHasBeenSet; }
79 inline void SetBacktestResults(const Aws::String& value) { m_backtestResultsHasBeenSet = true; m_backtestResults = value; }
80 inline void SetBacktestResults(Aws::String&& value) { m_backtestResultsHasBeenSet = true; m_backtestResults = std::move(value); }
81 inline void SetBacktestResults(const char* value) { m_backtestResultsHasBeenSet = true; m_backtestResults.assign(value); }
83 inline CandidateArtifactLocations& WithBacktestResults(Aws::String&& value) { SetBacktestResults(std::move(value)); return *this;}
84 inline CandidateArtifactLocations& WithBacktestResults(const char* value) { SetBacktestResults(value); return *this;}
86 private:
87
88 Aws::String m_explainability;
89 bool m_explainabilityHasBeenSet = false;
90
91 Aws::String m_modelInsights;
92 bool m_modelInsightsHasBeenSet = false;
93
94 Aws::String m_backtestResults;
95 bool m_backtestResultsHasBeenSet = false;
96 };
97
98} // namespace Model
99} // namespace SageMaker
100} // namespace Aws
AWS_SAGEMAKER_API CandidateArtifactLocations(Aws::Utils::Json::JsonView jsonValue)
CandidateArtifactLocations & WithExplainability(const Aws::String &value)
CandidateArtifactLocations & WithExplainability(const char *value)
CandidateArtifactLocations & WithModelInsights(Aws::String &&value)
CandidateArtifactLocations & WithBacktestResults(Aws::String &&value)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
CandidateArtifactLocations & WithModelInsights(const char *value)
CandidateArtifactLocations & WithModelInsights(const Aws::String &value)
CandidateArtifactLocations & WithBacktestResults(const char *value)
CandidateArtifactLocations & WithBacktestResults(const Aws::String &value)
CandidateArtifactLocations & WithExplainability(Aws::String &&value)
AWS_SAGEMAKER_API CandidateArtifactLocations & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue