7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
53 template<
typename ExperimentNameT = Aws::String>
54 void SetExperimentName(ExperimentNameT&& value) { m_experimentNameHasBeenSet =
true; m_experimentName = std::forward<ExperimentNameT>(value); }
55 template<
typename ExperimentNameT = Aws::String>
66 template<
typename TrialNameT = Aws::String>
67 void SetTrialName(TrialNameT&& value) { m_trialNameHasBeenSet =
true; m_trialName = std::forward<TrialNameT>(value); }
68 template<
typename TrialNameT = Aws::String>
79 template<
typename TrialComponentDisplayNameT = Aws::String>
80 void SetTrialComponentDisplayName(TrialComponentDisplayNameT&& value) { m_trialComponentDisplayNameHasBeenSet =
true; m_trialComponentDisplayName = std::forward<TrialComponentDisplayNameT>(value); }
81 template<
typename TrialComponentDisplayNameT = Aws::String>
91 template<
typename RunNameT = Aws::String>
92 void SetRunName(RunNameT&& value) { m_runNameHasBeenSet =
true; m_runName = std::forward<RunNameT>(value); }
93 template<
typename RunNameT = Aws::String>
99 bool m_experimentNameHasBeenSet =
false;
102 bool m_trialNameHasBeenSet =
false;
105 bool m_trialComponentDisplayNameHasBeenSet =
false;
108 bool m_runNameHasBeenSet =
false;
AWS_SAGEMAKER_API ExperimentConfig(Aws::Utils::Json::JsonView jsonValue)
AWS_SAGEMAKER_API ExperimentConfig()=default
ExperimentConfig & WithTrialName(TrialNameT &&value)
ExperimentConfig & WithExperimentName(ExperimentNameT &&value)
bool TrialComponentDisplayNameHasBeenSet() const
void SetExperimentName(ExperimentNameT &&value)
ExperimentConfig & WithTrialComponentDisplayName(TrialComponentDisplayNameT &&value)
bool TrialNameHasBeenSet() const
void SetTrialComponentDisplayName(TrialComponentDisplayNameT &&value)
const Aws::String & GetTrialComponentDisplayName() const
void SetTrialName(TrialNameT &&value)
ExperimentConfig & WithRunName(RunNameT &&value)
const Aws::String & GetExperimentName() const
bool ExperimentNameHasBeenSet() const
bool RunNameHasBeenSet() const
const Aws::String & GetRunName() const
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
void SetRunName(RunNameT &&value)
AWS_SAGEMAKER_API ExperimentConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetTrialName() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue