7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/sagemaker/model/TrialSource.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/sagemaker/model/UserContext.h>
12#include <aws/sagemaker/model/MetadataProperties.h>
17template<
typename RESULT_TYPE>
18class AmazonWebServiceResult;
44 template<
typename TrialNameT = Aws::String>
45 void SetTrialName(TrialNameT&& value) { m_trialNameHasBeenSet =
true; m_trialName = std::forward<TrialNameT>(value); }
46 template<
typename TrialNameT = Aws::String>
55 template<
typename TrialArnT = Aws::String>
56 void SetTrialArn(TrialArnT&& value) { m_trialArnHasBeenSet =
true; m_trialArn = std::forward<TrialArnT>(value); }
57 template<
typename TrialArnT = Aws::String>
67 template<
typename DisplayNameT = Aws::String>
68 void SetDisplayName(DisplayNameT&& value) { m_displayNameHasBeenSet =
true; m_displayName = std::forward<DisplayNameT>(value); }
69 template<
typename DisplayNameT = Aws::String>
78 template<
typename ExperimentNameT = Aws::String>
79 void SetExperimentName(ExperimentNameT&& value) { m_experimentNameHasBeenSet =
true; m_experimentName = std::forward<ExperimentNameT>(value); }
80 template<
typename ExperimentNameT = Aws::String>
90 template<
typename SourceT = TrialSource>
91 void SetSource(SourceT&& value) { m_sourceHasBeenSet =
true; m_source = std::forward<SourceT>(value); }
92 template<
typename SourceT = TrialSource>
101 template<
typename CreationTimeT = Aws::Utils::DateTime>
102 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
103 template<
typename CreationTimeT = Aws::Utils::DateTime>
112 template<
typename CreatedByT = UserContext>
113 void SetCreatedBy(CreatedByT&& value) { m_createdByHasBeenSet =
true; m_createdBy = std::forward<CreatedByT>(value); }
114 template<
typename CreatedByT = UserContext>
123 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
124 void SetLastModifiedTime(LastModifiedTimeT&& value) { m_lastModifiedTimeHasBeenSet =
true; m_lastModifiedTime = std::forward<LastModifiedTimeT>(value); }
125 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
134 template<
typename LastModifiedByT = UserContext>
135 void SetLastModifiedBy(LastModifiedByT&& value) { m_lastModifiedByHasBeenSet =
true; m_lastModifiedBy = std::forward<LastModifiedByT>(value); }
136 template<
typename LastModifiedByT = UserContext>
143 template<
typename MetadataPropertiesT = MetadataProperties>
144 void SetMetadataProperties(MetadataPropertiesT&& value) { m_metadataPropertiesHasBeenSet =
true; m_metadataProperties = std::forward<MetadataPropertiesT>(value); }
145 template<
typename MetadataPropertiesT = MetadataProperties>
152 template<
typename RequestIdT = Aws::String>
153 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
154 template<
typename RequestIdT = Aws::String>
160 bool m_trialNameHasBeenSet =
false;
163 bool m_trialArnHasBeenSet =
false;
166 bool m_displayNameHasBeenSet =
false;
169 bool m_experimentNameHasBeenSet =
false;
172 bool m_sourceHasBeenSet =
false;
175 bool m_creationTimeHasBeenSet =
false;
177 UserContext m_createdBy;
178 bool m_createdByHasBeenSet =
false;
181 bool m_lastModifiedTimeHasBeenSet =
false;
183 UserContext m_lastModifiedBy;
184 bool m_lastModifiedByHasBeenSet =
false;
186 MetadataProperties m_metadataProperties;
187 bool m_metadataPropertiesHasBeenSet =
false;
190 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_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