7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/sagemaker/model/TrialComponentSource.h>
10#include <aws/sagemaker/model/TrialComponentStatus.h>
11#include <aws/core/utils/DateTime.h>
12#include <aws/sagemaker/model/UserContext.h>
13#include <aws/core/utils/memory/stl/AWSMap.h>
14#include <aws/sagemaker/model/MetadataProperties.h>
15#include <aws/core/utils/memory/stl/AWSVector.h>
16#include <aws/sagemaker/model/TrialComponentParameterValue.h>
17#include <aws/sagemaker/model/TrialComponentArtifact.h>
18#include <aws/sagemaker/model/TrialComponentMetricSummary.h>
23template<
typename RESULT_TYPE>
24class AmazonWebServiceResult;
50 template<
typename TrialComponentNameT = Aws::String>
51 void SetTrialComponentName(TrialComponentNameT&& value) { m_trialComponentNameHasBeenSet =
true; m_trialComponentName = std::forward<TrialComponentNameT>(value); }
52 template<
typename TrialComponentNameT = Aws::String>
61 template<
typename TrialComponentArnT = Aws::String>
62 void SetTrialComponentArn(TrialComponentArnT&& value) { m_trialComponentArnHasBeenSet =
true; m_trialComponentArn = std::forward<TrialComponentArnT>(value); }
63 template<
typename TrialComponentArnT = Aws::String>
73 template<
typename DisplayNameT = Aws::String>
74 void SetDisplayName(DisplayNameT&& value) { m_displayNameHasBeenSet =
true; m_displayName = std::forward<DisplayNameT>(value); }
75 template<
typename DisplayNameT = Aws::String>
85 template<
typename SourceT = TrialComponentSource>
86 void SetSource(SourceT&& value) { m_sourceHasBeenSet =
true; m_source = std::forward<SourceT>(value); }
87 template<
typename SourceT = TrialComponentSource>
97 template<
typename StatusT = TrialComponentStatus>
98 void SetStatus(StatusT&& value) { m_statusHasBeenSet =
true; m_status = std::forward<StatusT>(value); }
99 template<
typename StatusT = TrialComponentStatus>
108 template<
typename StartTimeT = Aws::Utils::DateTime>
109 void SetStartTime(StartTimeT&& value) { m_startTimeHasBeenSet =
true; m_startTime = std::forward<StartTimeT>(value); }
110 template<
typename StartTimeT = Aws::Utils::DateTime>
119 template<
typename EndTimeT = Aws::Utils::DateTime>
120 void SetEndTime(EndTimeT&& value) { m_endTimeHasBeenSet =
true; m_endTime = std::forward<EndTimeT>(value); }
121 template<
typename EndTimeT = Aws::Utils::DateTime>
130 template<
typename CreationTimeT = Aws::Utils::DateTime>
131 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
132 template<
typename CreationTimeT = Aws::Utils::DateTime>
141 template<
typename CreatedByT = UserContext>
142 void SetCreatedBy(CreatedByT&& value) { m_createdByHasBeenSet =
true; m_createdBy = std::forward<CreatedByT>(value); }
143 template<
typename CreatedByT = UserContext>
152 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
153 void SetLastModifiedTime(LastModifiedTimeT&& value) { m_lastModifiedTimeHasBeenSet =
true; m_lastModifiedTime = std::forward<LastModifiedTimeT>(value); }
154 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
163 template<
typename LastModifiedByT = UserContext>
164 void SetLastModifiedBy(LastModifiedByT&& value) { m_lastModifiedByHasBeenSet =
true; m_lastModifiedBy = std::forward<LastModifiedByT>(value); }
165 template<
typename LastModifiedByT = UserContext>
174 template<
typename ParametersT = Aws::Map<Aws::String, TrialComponentParameterValue>>
175 void SetParameters(ParametersT&& value) { m_parametersHasBeenSet =
true; m_parameters = std::forward<ParametersT>(value); }
176 template<
typename ParametersT = Aws::Map<Aws::String, TrialComponentParameterValue>>
178 template<
typename ParametersKeyT = Aws::String,
typename ParametersValueT = TrialComponentParameterValue>
180 m_parametersHasBeenSet =
true; m_parameters.emplace(std::forward<ParametersKeyT>(key), std::forward<ParametersValueT>(value));
return *
this;
189 template<
typename InputArtifactsT = Aws::Map<Aws::String, TrialComponentArtifact>>
190 void SetInputArtifacts(InputArtifactsT&& value) { m_inputArtifactsHasBeenSet =
true; m_inputArtifacts = std::forward<InputArtifactsT>(value); }
191 template<
typename InputArtifactsT = Aws::Map<Aws::String, TrialComponentArtifact>>
193 template<
typename InputArtifactsKeyT = Aws::String,
typename InputArtifactsValueT = TrialComponentArtifact>
195 m_inputArtifactsHasBeenSet =
true; m_inputArtifacts.emplace(std::forward<InputArtifactsKeyT>(key), std::forward<InputArtifactsValueT>(value));
return *
this;
204 template<
typename OutputArtifactsT = Aws::Map<Aws::String, TrialComponentArtifact>>
205 void SetOutputArtifacts(OutputArtifactsT&& value) { m_outputArtifactsHasBeenSet =
true; m_outputArtifacts = std::forward<OutputArtifactsT>(value); }
206 template<
typename OutputArtifactsT = Aws::Map<Aws::String, TrialComponentArtifact>>
208 template<
typename OutputArtifactsKeyT = Aws::String,
typename OutputArtifactsValueT = TrialComponentArtifact>
210 m_outputArtifactsHasBeenSet =
true; m_outputArtifacts.emplace(std::forward<OutputArtifactsKeyT>(key), std::forward<OutputArtifactsValueT>(value));
return *
this;
217 template<
typename MetadataPropertiesT = MetadataProperties>
218 void SetMetadataProperties(MetadataPropertiesT&& value) { m_metadataPropertiesHasBeenSet =
true; m_metadataProperties = std::forward<MetadataPropertiesT>(value); }
219 template<
typename MetadataPropertiesT = MetadataProperties>
228 template<
typename MetricsT = Aws::Vector<TrialComponentMetricSummary>>
229 void SetMetrics(MetricsT&& value) { m_metricsHasBeenSet =
true; m_metrics = std::forward<MetricsT>(value); }
230 template<
typename MetricsT = Aws::Vector<TrialComponentMetricSummary>>
232 template<
typename MetricsT = TrialComponentMetricSummary>
241 template<
typename LineageGroupArnT = Aws::String>
242 void SetLineageGroupArn(LineageGroupArnT&& value) { m_lineageGroupArnHasBeenSet =
true; m_lineageGroupArn = std::forward<LineageGroupArnT>(value); }
243 template<
typename LineageGroupArnT = Aws::String>
253 template<
typename SourcesT = Aws::Vector<TrialComponentSource>>
254 void SetSources(SourcesT&& value) { m_sourcesHasBeenSet =
true; m_sources = std::forward<SourcesT>(value); }
255 template<
typename SourcesT = Aws::Vector<TrialComponentSource>>
257 template<
typename SourcesT = TrialComponentSource>
264 template<
typename RequestIdT = Aws::String>
265 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
266 template<
typename RequestIdT = Aws::String>
272 bool m_trialComponentNameHasBeenSet =
false;
275 bool m_trialComponentArnHasBeenSet =
false;
278 bool m_displayNameHasBeenSet =
false;
281 bool m_sourceHasBeenSet =
false;
284 bool m_statusHasBeenSet =
false;
287 bool m_startTimeHasBeenSet =
false;
290 bool m_endTimeHasBeenSet =
false;
293 bool m_creationTimeHasBeenSet =
false;
295 UserContext m_createdBy;
296 bool m_createdByHasBeenSet =
false;
299 bool m_lastModifiedTimeHasBeenSet =
false;
301 UserContext m_lastModifiedBy;
302 bool m_lastModifiedByHasBeenSet =
false;
305 bool m_parametersHasBeenSet =
false;
308 bool m_inputArtifactsHasBeenSet =
false;
311 bool m_outputArtifactsHasBeenSet =
false;
313 MetadataProperties m_metadataProperties;
314 bool m_metadataPropertiesHasBeenSet =
false;
317 bool m_metricsHasBeenSet =
false;
320 bool m_lineageGroupArnHasBeenSet =
false;
323 bool m_sourcesHasBeenSet =
false;
326 bool m_requestIdHasBeenSet =
false;
DescribeTrialComponentResult & WithLastModifiedBy(LastModifiedByT &&value)
DescribeTrialComponentResult & WithSources(SourcesT &&value)
void SetStatus(StatusT &&value)
void SetSources(SourcesT &&value)
const Aws::Utils::DateTime & GetLastModifiedTime() const
DescribeTrialComponentResult & WithOutputArtifacts(OutputArtifactsT &&value)
const UserContext & GetLastModifiedBy() const
DescribeTrialComponentResult & WithParameters(ParametersT &&value)
const Aws::Map< Aws::String, TrialComponentArtifact > & GetInputArtifacts() const
const Aws::Vector< TrialComponentSource > & GetSources() const
DescribeTrialComponentResult & WithStartTime(StartTimeT &&value)
DescribeTrialComponentResult & AddInputArtifacts(InputArtifactsKeyT &&key, InputArtifactsValueT &&value)
DescribeTrialComponentResult & AddParameters(ParametersKeyT &&key, ParametersValueT &&value)
DescribeTrialComponentResult & WithLastModifiedTime(LastModifiedTimeT &&value)
void SetLineageGroupArn(LineageGroupArnT &&value)
void SetParameters(ParametersT &&value)
AWS_SAGEMAKER_API DescribeTrialComponentResult()=default
void SetLastModifiedBy(LastModifiedByT &&value)
const Aws::Utils::DateTime & GetCreationTime() const
const Aws::Vector< TrialComponentMetricSummary > & GetMetrics() const
DescribeTrialComponentResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetTrialComponentName() const
const Aws::Map< Aws::String, TrialComponentArtifact > & GetOutputArtifacts() const
const Aws::Map< Aws::String, TrialComponentParameterValue > & GetParameters() const
const MetadataProperties & GetMetadataProperties() const
DescribeTrialComponentResult & WithCreationTime(CreationTimeT &&value)
const TrialComponentStatus & GetStatus() const
void SetInputArtifacts(InputArtifactsT &&value)
void SetTrialComponentArn(TrialComponentArnT &&value)
DescribeTrialComponentResult & AddSources(SourcesT &&value)
void SetLastModifiedTime(LastModifiedTimeT &&value)
void SetMetadataProperties(MetadataPropertiesT &&value)
DescribeTrialComponentResult & WithTrialComponentArn(TrialComponentArnT &&value)
void SetStartTime(StartTimeT &&value)
void SetTrialComponentName(TrialComponentNameT &&value)
DescribeTrialComponentResult & WithMetrics(MetricsT &&value)
const Aws::String & GetLineageGroupArn() const
DescribeTrialComponentResult & WithStatus(StatusT &&value)
void SetCreatedBy(CreatedByT &&value)
void SetEndTime(EndTimeT &&value)
DescribeTrialComponentResult & WithCreatedBy(CreatedByT &&value)
DescribeTrialComponentResult & WithInputArtifacts(InputArtifactsT &&value)
DescribeTrialComponentResult & WithTrialComponentName(TrialComponentNameT &&value)
AWS_SAGEMAKER_API DescribeTrialComponentResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetDisplayName() const
void SetDisplayName(DisplayNameT &&value)
const Aws::String & GetRequestId() const
DescribeTrialComponentResult & AddMetrics(MetricsT &&value)
void SetSource(SourceT &&value)
const Aws::String & GetTrialComponentArn() const
void SetCreationTime(CreationTimeT &&value)
DescribeTrialComponentResult & WithSource(SourceT &&value)
void SetMetrics(MetricsT &&value)
void SetRequestId(RequestIdT &&value)
DescribeTrialComponentResult & WithLineageGroupArn(LineageGroupArnT &&value)
const Aws::Utils::DateTime & GetEndTime() const
DescribeTrialComponentResult & WithEndTime(EndTimeT &&value)
DescribeTrialComponentResult & AddOutputArtifacts(OutputArtifactsKeyT &&key, OutputArtifactsValueT &&value)
AWS_SAGEMAKER_API DescribeTrialComponentResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeTrialComponentResult & WithMetadataProperties(MetadataPropertiesT &&value)
DescribeTrialComponentResult & WithDisplayName(DisplayNameT &&value)
const TrialComponentSource & GetSource() const
void SetOutputArtifacts(OutputArtifactsT &&value)
const UserContext & GetCreatedBy() const
const Aws::Utils::DateTime & GetStartTime() const
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue