7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/sagemaker/SageMaker_EXPORTS.h>
12#include <aws/sagemaker/model/MetadataProperties.h>
13#include <aws/sagemaker/model/TrialComponentArtifact.h>
14#include <aws/sagemaker/model/TrialComponentMetricSummary.h>
15#include <aws/sagemaker/model/TrialComponentParameterValue.h>
16#include <aws/sagemaker/model/TrialComponentSource.h>
17#include <aws/sagemaker/model/TrialComponentStatus.h>
18#include <aws/sagemaker/model/UserContext.h>
23template <
typename RESULT_TYPE>
24class AmazonWebServiceResult;
44 template <
typename TrialComponentNameT = Aws::String>
46 m_trialComponentNameHasBeenSet =
true;
47 m_trialComponentName = std::forward<TrialComponentNameT>(value);
49 template <
typename TrialComponentNameT = Aws::String>
61 template <
typename TrialComponentArnT = Aws::String>
63 m_trialComponentArnHasBeenSet =
true;
64 m_trialComponentArn = std::forward<TrialComponentArnT>(value);
66 template <
typename TrialComponentArnT = Aws::String>
79 template <
typename DisplayNameT = Aws::String>
81 m_displayNameHasBeenSet =
true;
82 m_displayName = std::forward<DisplayNameT>(value);
84 template <
typename DisplayNameT = Aws::String>
97 template <
typename SourceT = TrialComponentSource>
99 m_sourceHasBeenSet =
true;
100 m_source = std::forward<SourceT>(value);
102 template <
typename SourceT = TrialComponentSource>
115 template <
typename StatusT = TrialComponentStatus>
117 m_statusHasBeenSet =
true;
118 m_status = std::forward<StatusT>(value);
120 template <
typename StatusT = TrialComponentStatus>
132 template <
typename StartTimeT = Aws::Utils::DateTime>
134 m_startTimeHasBeenSet =
true;
135 m_startTime = std::forward<StartTimeT>(value);
137 template <
typename StartTimeT = Aws::Utils::DateTime>
149 template <
typename EndTimeT = Aws::Utils::DateTime>
151 m_endTimeHasBeenSet =
true;
152 m_endTime = std::forward<EndTimeT>(value);
154 template <
typename EndTimeT = Aws::Utils::DateTime>
166 template <
typename CreationTimeT = Aws::Utils::DateTime>
168 m_creationTimeHasBeenSet =
true;
169 m_creationTime = std::forward<CreationTimeT>(value);
171 template <
typename CreationTimeT = Aws::Utils::DateTime>
183 template <
typename CreatedByT = UserContext>
185 m_createdByHasBeenSet =
true;
186 m_createdBy = std::forward<CreatedByT>(value);
188 template <
typename CreatedByT = UserContext>
200 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
202 m_lastModifiedTimeHasBeenSet =
true;
203 m_lastModifiedTime = std::forward<LastModifiedTimeT>(value);
205 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
217 template <
typename LastModifiedByT = UserContext>
219 m_lastModifiedByHasBeenSet =
true;
220 m_lastModifiedBy = std::forward<LastModifiedByT>(value);
222 template <
typename LastModifiedByT = UserContext>
234 template <
typename ParametersT = Aws::Map<Aws::String, TrialComponentParameterValue>>
236 m_parametersHasBeenSet =
true;
237 m_parameters = std::forward<ParametersT>(value);
239 template <
typename ParametersT = Aws::Map<Aws::String, TrialComponentParameterValue>>
244 template <
typename ParametersKeyT = Aws::String,
typename ParametersValueT = TrialComponentParameterValue>
246 m_parametersHasBeenSet =
true;
247 m_parameters.emplace(std::forward<ParametersKeyT>(key), std::forward<ParametersValueT>(value));
257 template <
typename InputArtifactsT = Aws::Map<Aws::String, TrialComponentArtifact>>
259 m_inputArtifactsHasBeenSet =
true;
260 m_inputArtifacts = std::forward<InputArtifactsT>(value);
262 template <
typename InputArtifactsT = Aws::Map<Aws::String, TrialComponentArtifact>>
267 template <
typename InputArtifactsKeyT = Aws::String,
typename InputArtifactsValueT = TrialComponentArtifact>
269 m_inputArtifactsHasBeenSet =
true;
270 m_inputArtifacts.emplace(std::forward<InputArtifactsKeyT>(key), std::forward<InputArtifactsValueT>(value));
280 template <
typename OutputArtifactsT = Aws::Map<Aws::String, TrialComponentArtifact>>
282 m_outputArtifactsHasBeenSet =
true;
283 m_outputArtifacts = std::forward<OutputArtifactsT>(value);
285 template <
typename OutputArtifactsT = Aws::Map<Aws::String, TrialComponentArtifact>>
290 template <
typename OutputArtifactsKeyT = Aws::String,
typename OutputArtifactsValueT = TrialComponentArtifact>
292 m_outputArtifactsHasBeenSet =
true;
293 m_outputArtifacts.emplace(std::forward<OutputArtifactsKeyT>(key), std::forward<OutputArtifactsValueT>(value));
301 template <
typename MetadataPropertiesT = MetadataProperties>
303 m_metadataPropertiesHasBeenSet =
true;
304 m_metadataProperties = std::forward<MetadataPropertiesT>(value);
306 template <
typename MetadataPropertiesT = MetadataProperties>
318 template <
typename MetricsT = Aws::Vector<TrialComponentMetricSummary>>
320 m_metricsHasBeenSet =
true;
321 m_metrics = std::forward<MetricsT>(value);
323 template <
typename MetricsT = Aws::Vector<TrialComponentMetricSummary>>
328 template <
typename MetricsT = TrialComponentMetricSummary>
330 m_metricsHasBeenSet =
true;
331 m_metrics.emplace_back(std::forward<MetricsT>(value));
341 template <
typename LineageGroupArnT = Aws::String>
343 m_lineageGroupArnHasBeenSet =
true;
344 m_lineageGroupArn = std::forward<LineageGroupArnT>(value);
346 template <
typename LineageGroupArnT = Aws::String>
359 template <
typename SourcesT = Aws::Vector<TrialComponentSource>>
361 m_sourcesHasBeenSet =
true;
362 m_sources = std::forward<SourcesT>(value);
364 template <
typename SourcesT = Aws::Vector<TrialComponentSource>>
369 template <
typename SourcesT = TrialComponentSource>
371 m_sourcesHasBeenSet =
true;
372 m_sources.emplace_back(std::forward<SourcesT>(value));
380 template <
typename RequestIdT = Aws::String>
382 m_requestIdHasBeenSet =
true;
383 m_requestId = std::forward<RequestIdT>(value);
385 template <
typename RequestIdT = Aws::String>
408 UserContext m_createdBy;
412 UserContext m_lastModifiedBy;
420 MetadataProperties m_metadataProperties;
429 bool m_trialComponentNameHasBeenSet =
false;
430 bool m_trialComponentArnHasBeenSet =
false;
431 bool m_displayNameHasBeenSet =
false;
432 bool m_sourceHasBeenSet =
false;
433 bool m_statusHasBeenSet =
false;
434 bool m_startTimeHasBeenSet =
false;
435 bool m_endTimeHasBeenSet =
false;
436 bool m_creationTimeHasBeenSet =
false;
437 bool m_createdByHasBeenSet =
false;
438 bool m_lastModifiedTimeHasBeenSet =
false;
439 bool m_lastModifiedByHasBeenSet =
false;
440 bool m_parametersHasBeenSet =
false;
441 bool m_inputArtifactsHasBeenSet =
false;
442 bool m_outputArtifactsHasBeenSet =
false;
443 bool m_metadataPropertiesHasBeenSet =
false;
444 bool m_metricsHasBeenSet =
false;
445 bool m_lineageGroupArnHasBeenSet =
false;
446 bool m_sourcesHasBeenSet =
false;
447 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