AWS SDK for C++

AWS SDK for C++ Version 1.11.719

Loading...
Searching...
No Matches
AutoMLJobArtifacts.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/sagemaker/SageMaker_EXPORTS.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 AutoMLJobArtifacts() = default;
31 AWS_SAGEMAKER_API AutoMLJobArtifacts(Aws::Utils::Json::JsonView jsonValue);
33 AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
39 inline const Aws::String& GetCandidateDefinitionNotebookLocation() const { return m_candidateDefinitionNotebookLocation; }
40 inline bool CandidateDefinitionNotebookLocationHasBeenSet() const { return m_candidateDefinitionNotebookLocationHasBeenSet; }
41 template <typename CandidateDefinitionNotebookLocationT = Aws::String>
42 void SetCandidateDefinitionNotebookLocation(CandidateDefinitionNotebookLocationT&& value) {
43 m_candidateDefinitionNotebookLocationHasBeenSet = true;
44 m_candidateDefinitionNotebookLocation = std::forward<CandidateDefinitionNotebookLocationT>(value);
45 }
46 template <typename CandidateDefinitionNotebookLocationT = Aws::String>
47 AutoMLJobArtifacts& WithCandidateDefinitionNotebookLocation(CandidateDefinitionNotebookLocationT&& value) {
48 SetCandidateDefinitionNotebookLocation(std::forward<CandidateDefinitionNotebookLocationT>(value));
49 return *this;
50 }
52
54
57 inline const Aws::String& GetDataExplorationNotebookLocation() const { return m_dataExplorationNotebookLocation; }
58 inline bool DataExplorationNotebookLocationHasBeenSet() const { return m_dataExplorationNotebookLocationHasBeenSet; }
59 template <typename DataExplorationNotebookLocationT = Aws::String>
60 void SetDataExplorationNotebookLocation(DataExplorationNotebookLocationT&& value) {
61 m_dataExplorationNotebookLocationHasBeenSet = true;
62 m_dataExplorationNotebookLocation = std::forward<DataExplorationNotebookLocationT>(value);
63 }
64 template <typename DataExplorationNotebookLocationT = Aws::String>
65 AutoMLJobArtifacts& WithDataExplorationNotebookLocation(DataExplorationNotebookLocationT&& value) {
66 SetDataExplorationNotebookLocation(std::forward<DataExplorationNotebookLocationT>(value));
67 return *this;
68 }
70 private:
71 Aws::String m_candidateDefinitionNotebookLocation;
72
73 Aws::String m_dataExplorationNotebookLocation;
74 bool m_candidateDefinitionNotebookLocationHasBeenSet = false;
75 bool m_dataExplorationNotebookLocationHasBeenSet = false;
76};
77
78} // namespace Model
79} // namespace SageMaker
80} // namespace Aws
AWS_SAGEMAKER_API AutoMLJobArtifacts & operator=(Aws::Utils::Json::JsonView jsonValue)
AutoMLJobArtifacts & WithDataExplorationNotebookLocation(DataExplorationNotebookLocationT &&value)
void SetDataExplorationNotebookLocation(DataExplorationNotebookLocationT &&value)
AutoMLJobArtifacts & WithCandidateDefinitionNotebookLocation(CandidateDefinitionNotebookLocationT &&value)
const Aws::String & GetCandidateDefinitionNotebookLocation() const
void SetCandidateDefinitionNotebookLocation(CandidateDefinitionNotebookLocationT &&value)
AWS_SAGEMAKER_API AutoMLJobArtifacts(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetDataExplorationNotebookLocation() const
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SAGEMAKER_API AutoMLJobArtifacts()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue