AWS SDK for C++

AWS SDK for C++ Version 1.11.612

Loading...
Searching...
No Matches
AutoMLJobArtifacts.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 AutoMLJobArtifacts() = default;
36 AWS_SAGEMAKER_API AutoMLJobArtifacts(Aws::Utils::Json::JsonView jsonValue);
38 AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
45 inline const Aws::String& GetCandidateDefinitionNotebookLocation() const { return m_candidateDefinitionNotebookLocation; }
46 inline bool CandidateDefinitionNotebookLocationHasBeenSet() const { return m_candidateDefinitionNotebookLocationHasBeenSet; }
47 template<typename CandidateDefinitionNotebookLocationT = Aws::String>
48 void SetCandidateDefinitionNotebookLocation(CandidateDefinitionNotebookLocationT&& value) { m_candidateDefinitionNotebookLocationHasBeenSet = true; m_candidateDefinitionNotebookLocation = std::forward<CandidateDefinitionNotebookLocationT>(value); }
49 template<typename CandidateDefinitionNotebookLocationT = Aws::String>
50 AutoMLJobArtifacts& WithCandidateDefinitionNotebookLocation(CandidateDefinitionNotebookLocationT&& value) { SetCandidateDefinitionNotebookLocation(std::forward<CandidateDefinitionNotebookLocationT>(value)); return *this;}
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) { m_dataExplorationNotebookLocationHasBeenSet = true; m_dataExplorationNotebookLocation = std::forward<DataExplorationNotebookLocationT>(value); }
61 template<typename DataExplorationNotebookLocationT = Aws::String>
62 AutoMLJobArtifacts& WithDataExplorationNotebookLocation(DataExplorationNotebookLocationT&& value) { SetDataExplorationNotebookLocation(std::forward<DataExplorationNotebookLocationT>(value)); return *this;}
64 private:
65
66 Aws::String m_candidateDefinitionNotebookLocation;
67 bool m_candidateDefinitionNotebookLocationHasBeenSet = false;
68
69 Aws::String m_dataExplorationNotebookLocation;
70 bool m_dataExplorationNotebookLocationHasBeenSet = false;
71 };
72
73} // namespace Model
74} // namespace SageMaker
75} // 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