7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/sagemaker/SageMaker_EXPORTS.h>
10#include <aws/sagemaker/model/ExperimentSource.h>
45 template <
typename ExperimentArnT = Aws::String>
47 m_experimentArnHasBeenSet =
true;
48 m_experimentArn = std::forward<ExperimentArnT>(value);
50 template <
typename ExperimentArnT = Aws::String>
63 template <
typename ExperimentNameT = Aws::String>
65 m_experimentNameHasBeenSet =
true;
66 m_experimentName = std::forward<ExperimentNameT>(value);
68 template <
typename ExperimentNameT = Aws::String>
82 template <
typename DisplayNameT = Aws::String>
84 m_displayNameHasBeenSet =
true;
85 m_displayName = std::forward<DisplayNameT>(value);
87 template <
typename DisplayNameT = Aws::String>
98 template <
typename ExperimentSourceT = ExperimentSource>
100 m_experimentSourceHasBeenSet =
true;
101 m_experimentSource = std::forward<ExperimentSourceT>(value);
103 template <
typename ExperimentSourceT = ExperimentSource>
116 template <
typename CreationTimeT = Aws::Utils::DateTime>
118 m_creationTimeHasBeenSet =
true;
119 m_creationTime = std::forward<CreationTimeT>(value);
121 template <
typename CreationTimeT = Aws::Utils::DateTime>
134 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
136 m_lastModifiedTimeHasBeenSet =
true;
137 m_lastModifiedTime = std::forward<LastModifiedTimeT>(value);
139 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
157 bool m_experimentArnHasBeenSet =
false;
158 bool m_experimentNameHasBeenSet =
false;
159 bool m_displayNameHasBeenSet =
false;
160 bool m_experimentSourceHasBeenSet =
false;
161 bool m_creationTimeHasBeenSet =
false;
162 bool m_lastModifiedTimeHasBeenSet =
false;
bool ExperimentSourceHasBeenSet() const
void SetLastModifiedTime(LastModifiedTimeT &&value)
void SetExperimentArn(ExperimentArnT &&value)
const Aws::String & GetExperimentArn() const
void SetCreationTime(CreationTimeT &&value)
const Aws::String & GetExperimentName() const
AWS_SAGEMAKER_API ExperimentSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
ExperimentSummary & WithDisplayName(DisplayNameT &&value)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
ExperimentSummary & WithExperimentArn(ExperimentArnT &&value)
ExperimentSummary & WithLastModifiedTime(LastModifiedTimeT &&value)
ExperimentSummary & WithExperimentName(ExperimentNameT &&value)
bool LastModifiedTimeHasBeenSet() const
const ExperimentSource & GetExperimentSource() const
const Aws::String & GetDisplayName() const
bool ExperimentNameHasBeenSet() const
void SetDisplayName(DisplayNameT &&value)
void SetExperimentName(ExperimentNameT &&value)
void SetExperimentSource(ExperimentSourceT &&value)
bool ExperimentArnHasBeenSet() const
bool CreationTimeHasBeenSet() const
ExperimentSummary & WithCreationTime(CreationTimeT &&value)
AWS_SAGEMAKER_API ExperimentSummary(Aws::Utils::Json::JsonView jsonValue)
AWS_SAGEMAKER_API ExperimentSummary()=default
bool DisplayNameHasBeenSet() const
const Aws::Utils::DateTime & GetLastModifiedTime() const
ExperimentSummary & WithExperimentSource(ExperimentSourceT &&value)
const Aws::Utils::DateTime & GetCreationTime() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue