7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename Cand
idateDefinitionNotebookLocationT = Aws::String>
48 void SetCandidateDefinitionNotebookLocation(CandidateDefinitionNotebookLocationT&& value) { m_candidateDefinitionNotebookLocationHasBeenSet =
true; m_candidateDefinitionNotebookLocation = std::forward<CandidateDefinitionNotebookLocationT>(value); }
49 template<
typename Cand
idateDefinitionNotebookLocationT = Aws::String>
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>
67 bool m_candidateDefinitionNotebookLocationHasBeenSet =
false;
70 bool m_dataExplorationNotebookLocationHasBeenSet =
false;
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
bool DataExplorationNotebookLocationHasBeenSet() const
bool CandidateDefinitionNotebookLocationHasBeenSet() 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