7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/sagemaker/SageMaker_EXPORTS.h>
11#include <aws/sagemaker/model/MetadataProperties.h>
12#include <aws/sagemaker/model/TrialSource.h>
13#include <aws/sagemaker/model/UserContext.h>
18template <
typename RESULT_TYPE>
19class AmazonWebServiceResult;
39 template <
typename TrialNameT = Aws::String>
41 m_trialNameHasBeenSet =
true;
42 m_trialName = std::forward<TrialNameT>(value);
44 template <
typename TrialNameT = Aws::String>
56 template <
typename TrialArnT = Aws::String>
58 m_trialArnHasBeenSet =
true;
59 m_trialArn = std::forward<TrialArnT>(value);
61 template <
typename TrialArnT = Aws::String>
74 template <
typename DisplayNameT = Aws::String>
76 m_displayNameHasBeenSet =
true;
77 m_displayName = std::forward<DisplayNameT>(value);
79 template <
typename DisplayNameT = Aws::String>
91 template <
typename ExperimentNameT = Aws::String>
93 m_experimentNameHasBeenSet =
true;
94 m_experimentName = std::forward<ExperimentNameT>(value);
96 template <
typename ExperimentNameT = Aws::String>
109 template <
typename SourceT = TrialSource>
111 m_sourceHasBeenSet =
true;
112 m_source = std::forward<SourceT>(value);
114 template <
typename SourceT = TrialSource>
126 template <
typename CreationTimeT = Aws::Utils::DateTime>
128 m_creationTimeHasBeenSet =
true;
129 m_creationTime = std::forward<CreationTimeT>(value);
131 template <
typename CreationTimeT = Aws::Utils::DateTime>
143 template <
typename CreatedByT = UserContext>
145 m_createdByHasBeenSet =
true;
146 m_createdBy = std::forward<CreatedByT>(value);
148 template <
typename CreatedByT = UserContext>
160 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
162 m_lastModifiedTimeHasBeenSet =
true;
163 m_lastModifiedTime = std::forward<LastModifiedTimeT>(value);
165 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
177 template <
typename LastModifiedByT = UserContext>
179 m_lastModifiedByHasBeenSet =
true;
180 m_lastModifiedBy = std::forward<LastModifiedByT>(value);
182 template <
typename LastModifiedByT = UserContext>
192 template <
typename MetadataPropertiesT = MetadataProperties>
194 m_metadataPropertiesHasBeenSet =
true;
195 m_metadataProperties = std::forward<MetadataPropertiesT>(value);
197 template <
typename MetadataPropertiesT = MetadataProperties>
207 template <
typename RequestIdT = Aws::String>
209 m_requestIdHasBeenSet =
true;
210 m_requestId = std::forward<RequestIdT>(value);
212 template <
typename RequestIdT = Aws::String>
233 UserContext m_createdBy;
237 UserContext m_lastModifiedBy;
239 MetadataProperties m_metadataProperties;
243 bool m_trialNameHasBeenSet =
false;
244 bool m_trialArnHasBeenSet =
false;
245 bool m_displayNameHasBeenSet =
false;
246 bool m_experimentNameHasBeenSet =
false;
247 bool m_sourceHasBeenSet =
false;
248 bool m_creationTimeHasBeenSet =
false;
249 bool m_createdByHasBeenSet =
false;
250 bool m_lastModifiedTimeHasBeenSet =
false;
251 bool m_lastModifiedByHasBeenSet =
false;
252 bool m_metadataPropertiesHasBeenSet =
false;
253 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetTrialArn() const
const Aws::String & GetDisplayName() const
const Aws::String & GetTrialName() const
void SetLastModifiedBy(LastModifiedByT &&value)
DescribeTrialResult & WithLastModifiedBy(LastModifiedByT &&value)
DescribeTrialResult & WithRequestId(RequestIdT &&value)
void SetRequestId(RequestIdT &&value)
AWS_SAGEMAKER_API DescribeTrialResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const UserContext & GetCreatedBy() const
const Aws::Utils::DateTime & GetCreationTime() const
void SetSource(SourceT &&value)
void SetLastModifiedTime(LastModifiedTimeT &&value)
void SetTrialArn(TrialArnT &&value)
DescribeTrialResult & WithCreationTime(CreationTimeT &&value)
void SetCreationTime(CreationTimeT &&value)
DescribeTrialResult & WithMetadataProperties(MetadataPropertiesT &&value)
const MetadataProperties & GetMetadataProperties() const
DescribeTrialResult & WithExperimentName(ExperimentNameT &&value)
void SetDisplayName(DisplayNameT &&value)
void SetCreatedBy(CreatedByT &&value)
const Aws::Utils::DateTime & GetLastModifiedTime() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
AWS_SAGEMAKER_API DescribeTrialResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_SAGEMAKER_API DescribeTrialResult()=default
void SetExperimentName(ExperimentNameT &&value)
const Aws::String & GetExperimentName() const
DescribeTrialResult & WithDisplayName(DisplayNameT &&value)
const Aws::String & GetRequestId() const
DescribeTrialResult & WithTrialArn(TrialArnT &&value)
DescribeTrialResult & WithTrialName(TrialNameT &&value)
DescribeTrialResult & WithCreatedBy(CreatedByT &&value)
const TrialSource & GetSource() const
DescribeTrialResult & WithLastModifiedTime(LastModifiedTimeT &&value)
void SetMetadataProperties(MetadataPropertiesT &&value)
void SetTrialName(TrialNameT &&value)
DescribeTrialResult & WithSource(SourceT &&value)
const UserContext & GetLastModifiedBy() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue