7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/sagemaker/SageMaker_EXPORTS.h>
13#include <aws/sagemaker/model/MetadataProperties.h>
14#include <aws/sagemaker/model/TrialComponentArtifact.h>
15#include <aws/sagemaker/model/TrialComponentMetricSummary.h>
16#include <aws/sagemaker/model/TrialComponentParameterValue.h>
17#include <aws/sagemaker/model/TrialComponentSource.h>
18#include <aws/sagemaker/model/TrialComponentStatus.h>
19#include <aws/sagemaker/model/UserContext.h>
24template <
typename RESULT_TYPE>
25class AmazonWebServiceResult;
45 template <
typename TrialComponentNameT = Aws::String>
47 m_trialComponentNameHasBeenSet =
true;
48 m_trialComponentName = std::forward<TrialComponentNameT>(value);
50 template <
typename TrialComponentNameT = Aws::String>
62 template <
typename TrialComponentArnT = Aws::String>
64 m_trialComponentArnHasBeenSet =
true;
65 m_trialComponentArn = std::forward<TrialComponentArnT>(value);
67 template <
typename TrialComponentArnT = Aws::String>
80 template <
typename DisplayNameT = Aws::String>
82 m_displayNameHasBeenSet =
true;
83 m_displayName = std::forward<DisplayNameT>(value);
85 template <
typename DisplayNameT = Aws::String>
98 template <
typename SourceT = TrialComponentSource>
100 m_sourceHasBeenSet =
true;
101 m_source = std::forward<SourceT>(value);
103 template <
typename SourceT = TrialComponentSource>
116 template <
typename StatusT = TrialComponentStatus>
118 m_statusHasBeenSet =
true;
119 m_status = std::forward<StatusT>(value);
121 template <
typename StatusT = TrialComponentStatus>
133 template <
typename StartTimeT = Aws::Utils::DateTime>
135 m_startTimeHasBeenSet =
true;
136 m_startTime = std::forward<StartTimeT>(value);
138 template <
typename StartTimeT = Aws::Utils::DateTime>
150 template <
typename EndTimeT = Aws::Utils::DateTime>
152 m_endTimeHasBeenSet =
true;
153 m_endTime = std::forward<EndTimeT>(value);
155 template <
typename EndTimeT = Aws::Utils::DateTime>
167 template <
typename CreationTimeT = Aws::Utils::DateTime>
169 m_creationTimeHasBeenSet =
true;
170 m_creationTime = std::forward<CreationTimeT>(value);
172 template <
typename CreationTimeT = Aws::Utils::DateTime>
184 template <
typename CreatedByT = UserContext>
186 m_createdByHasBeenSet =
true;
187 m_createdBy = std::forward<CreatedByT>(value);
189 template <
typename CreatedByT = UserContext>
201 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
203 m_lastModifiedTimeHasBeenSet =
true;
204 m_lastModifiedTime = std::forward<LastModifiedTimeT>(value);
206 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
218 template <
typename LastModifiedByT = UserContext>
220 m_lastModifiedByHasBeenSet =
true;
221 m_lastModifiedBy = std::forward<LastModifiedByT>(value);
223 template <
typename LastModifiedByT = UserContext>
235 template <
typename ParametersT = Aws::Map<Aws::String, TrialComponentParameterValue>>
237 m_parametersHasBeenSet =
true;
238 m_parameters = std::forward<ParametersT>(value);
240 template <
typename ParametersT = Aws::Map<Aws::String, TrialComponentParameterValue>>
245 template <
typename ParametersKeyT = Aws::String,
typename ParametersValueT = TrialComponentParameterValue>
247 m_parametersHasBeenSet =
true;
248 m_parameters.emplace(std::forward<ParametersKeyT>(key), std::forward<ParametersValueT>(value));
258 template <
typename InputArtifactsT = Aws::Map<Aws::String, TrialComponentArtifact>>
260 m_inputArtifactsHasBeenSet =
true;
261 m_inputArtifacts = std::forward<InputArtifactsT>(value);
263 template <
typename InputArtifactsT = Aws::Map<Aws::String, TrialComponentArtifact>>
268 template <
typename InputArtifactsKeyT = Aws::String,
typename InputArtifactsValueT = TrialComponentArtifact>
270 m_inputArtifactsHasBeenSet =
true;
271 m_inputArtifacts.emplace(std::forward<InputArtifactsKeyT>(key), std::forward<InputArtifactsValueT>(value));
281 template <
typename OutputArtifactsT = Aws::Map<Aws::String, TrialComponentArtifact>>
283 m_outputArtifactsHasBeenSet =
true;
284 m_outputArtifacts = std::forward<OutputArtifactsT>(value);
286 template <
typename OutputArtifactsT = Aws::Map<Aws::String, TrialComponentArtifact>>
291 template <
typename OutputArtifactsKeyT = Aws::String,
typename OutputArtifactsValueT = TrialComponentArtifact>
293 m_outputArtifactsHasBeenSet =
true;
294 m_outputArtifacts.emplace(std::forward<OutputArtifactsKeyT>(key), std::forward<OutputArtifactsValueT>(value));
302 template <
typename MetadataPropertiesT = MetadataProperties>
304 m_metadataPropertiesHasBeenSet =
true;
305 m_metadataProperties = std::forward<MetadataPropertiesT>(value);
307 template <
typename MetadataPropertiesT = MetadataProperties>
319 template <
typename MetricsT = Aws::Vector<TrialComponentMetricSummary>>
321 m_metricsHasBeenSet =
true;
322 m_metrics = std::forward<MetricsT>(value);
324 template <
typename MetricsT = Aws::Vector<TrialComponentMetricSummary>>
329 template <
typename MetricsT = TrialComponentMetricSummary>
331 m_metricsHasBeenSet =
true;
332 m_metrics.emplace_back(std::forward<MetricsT>(value));
342 template <
typename LineageGroupArnT = Aws::String>
344 m_lineageGroupArnHasBeenSet =
true;
345 m_lineageGroupArn = std::forward<LineageGroupArnT>(value);
347 template <
typename LineageGroupArnT = Aws::String>
360 template <
typename SourcesT = Aws::Vector<TrialComponentSource>>
362 m_sourcesHasBeenSet =
true;
363 m_sources = std::forward<SourcesT>(value);
365 template <
typename SourcesT = Aws::Vector<TrialComponentSource>>
370 template <
typename SourcesT = TrialComponentSource>
372 m_sourcesHasBeenSet =
true;
373 m_sources.emplace_back(std::forward<SourcesT>(value));
381 template <
typename RequestIdT = Aws::String>
383 m_requestIdHasBeenSet =
true;
384 m_requestId = std::forward<RequestIdT>(value);
386 template <
typename RequestIdT = Aws::String>
411 UserContext m_createdBy;
415 UserContext m_lastModifiedBy;
423 MetadataProperties m_metadataProperties;
433 bool m_trialComponentNameHasBeenSet =
false;
434 bool m_trialComponentArnHasBeenSet =
false;
435 bool m_displayNameHasBeenSet =
false;
436 bool m_sourceHasBeenSet =
false;
437 bool m_statusHasBeenSet =
false;
438 bool m_startTimeHasBeenSet =
false;
439 bool m_endTimeHasBeenSet =
false;
440 bool m_creationTimeHasBeenSet =
false;
441 bool m_createdByHasBeenSet =
false;
442 bool m_lastModifiedTimeHasBeenSet =
false;
443 bool m_lastModifiedByHasBeenSet =
false;
444 bool m_parametersHasBeenSet =
false;
445 bool m_inputArtifactsHasBeenSet =
false;
446 bool m_outputArtifactsHasBeenSet =
false;
447 bool m_metadataPropertiesHasBeenSet =
false;
448 bool m_metricsHasBeenSet =
false;
449 bool m_lineageGroupArnHasBeenSet =
false;
450 bool m_sourcesHasBeenSet =
false;
451 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)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
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