7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/sagemaker/SageMaker_EXPORTS.h>
10#include <aws/sagemaker/model/MLflowConfiguration.h>
11#include <aws/sagemaker/model/ParallelismConfiguration.h>
12#include <aws/sagemaker/model/PipelineExecutionStatus.h>
13#include <aws/sagemaker/model/PipelineExperimentConfig.h>
14#include <aws/sagemaker/model/SelectiveExecutionConfig.h>
15#include <aws/sagemaker/model/UserContext.h>
20template <
typename RESULT_TYPE>
21class AmazonWebServiceResult;
41 template <
typename PipelineArnT = Aws::String>
43 m_pipelineArnHasBeenSet =
true;
44 m_pipelineArn = std::forward<PipelineArnT>(value);
46 template <
typename PipelineArnT = Aws::String>
58 template <
typename PipelineExecutionArnT = Aws::String>
60 m_pipelineExecutionArnHasBeenSet =
true;
61 m_pipelineExecutionArn = std::forward<PipelineExecutionArnT>(value);
63 template <
typename PipelineExecutionArnT = Aws::String>
75 template <
typename PipelineExecutionDisplayNameT = Aws::String>
77 m_pipelineExecutionDisplayNameHasBeenSet =
true;
78 m_pipelineExecutionDisplayName = std::forward<PipelineExecutionDisplayNameT>(value);
80 template <
typename PipelineExecutionDisplayNameT = Aws::String>
93 m_pipelineExecutionStatusHasBeenSet =
true;
94 m_pipelineExecutionStatus = value;
107 template <
typename PipelineExecutionDescriptionT = Aws::String>
109 m_pipelineExecutionDescriptionHasBeenSet =
true;
110 m_pipelineExecutionDescription = std::forward<PipelineExecutionDescriptionT>(value);
112 template <
typename PipelineExecutionDescriptionT = Aws::String>
122 template <
typename PipelineExperimentConfigT = PipelineExperimentConfig>
124 m_pipelineExperimentConfigHasBeenSet =
true;
125 m_pipelineExperimentConfig = std::forward<PipelineExperimentConfigT>(value);
127 template <
typename PipelineExperimentConfigT = PipelineExperimentConfig>
139 template <
typename FailureReasonT = Aws::String>
141 m_failureReasonHasBeenSet =
true;
142 m_failureReason = std::forward<FailureReasonT>(value);
144 template <
typename FailureReasonT = Aws::String>
156 template <
typename CreationTimeT = Aws::Utils::DateTime>
158 m_creationTimeHasBeenSet =
true;
159 m_creationTime = std::forward<CreationTimeT>(value);
161 template <
typename CreationTimeT = Aws::Utils::DateTime>
173 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
175 m_lastModifiedTimeHasBeenSet =
true;
176 m_lastModifiedTime = std::forward<LastModifiedTimeT>(value);
178 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
188 template <
typename CreatedByT = UserContext>
190 m_createdByHasBeenSet =
true;
191 m_createdBy = std::forward<CreatedByT>(value);
193 template <
typename CreatedByT = UserContext>
203 template <
typename LastModifiedByT = UserContext>
205 m_lastModifiedByHasBeenSet =
true;
206 m_lastModifiedBy = std::forward<LastModifiedByT>(value);
208 template <
typename LastModifiedByT = UserContext>
220 template <
typename ParallelismConfigurationT = ParallelismConfiguration>
222 m_parallelismConfigurationHasBeenSet =
true;
223 m_parallelismConfiguration = std::forward<ParallelismConfigurationT>(value);
225 template <
typename ParallelismConfigurationT = ParallelismConfiguration>
237 template <
typename SelectiveExecutionConfigT = SelectiveExecutionConfig>
239 m_selectiveExecutionConfigHasBeenSet =
true;
240 m_selectiveExecutionConfig = std::forward<SelectiveExecutionConfigT>(value);
242 template <
typename SelectiveExecutionConfigT = SelectiveExecutionConfig>
255 m_pipelineVersionIdHasBeenSet =
true;
256 m_pipelineVersionId = value;
269 template <
typename MLflowConfigT = MLflowConfiguration>
271 m_mLflowConfigHasBeenSet =
true;
272 m_mLflowConfig = std::forward<MLflowConfigT>(value);
274 template <
typename MLflowConfigT = MLflowConfiguration>
284 template <
typename RequestIdT = Aws::String>
286 m_requestIdHasBeenSet =
true;
287 m_requestId = std::forward<RequestIdT>(value);
289 template <
typename RequestIdT = Aws::String>
306 PipelineExperimentConfig m_pipelineExperimentConfig;
314 UserContext m_createdBy;
316 UserContext m_lastModifiedBy;
318 ParallelismConfiguration m_parallelismConfiguration;
320 SelectiveExecutionConfig m_selectiveExecutionConfig;
322 long long m_pipelineVersionId{0};
324 MLflowConfiguration m_mLflowConfig;
327 bool m_pipelineArnHasBeenSet =
false;
328 bool m_pipelineExecutionArnHasBeenSet =
false;
329 bool m_pipelineExecutionDisplayNameHasBeenSet =
false;
330 bool m_pipelineExecutionStatusHasBeenSet =
false;
331 bool m_pipelineExecutionDescriptionHasBeenSet =
false;
332 bool m_pipelineExperimentConfigHasBeenSet =
false;
333 bool m_failureReasonHasBeenSet =
false;
334 bool m_creationTimeHasBeenSet =
false;
335 bool m_lastModifiedTimeHasBeenSet =
false;
336 bool m_createdByHasBeenSet =
false;
337 bool m_lastModifiedByHasBeenSet =
false;
338 bool m_parallelismConfigurationHasBeenSet =
false;
339 bool m_selectiveExecutionConfigHasBeenSet =
false;
340 bool m_pipelineVersionIdHasBeenSet =
false;
341 bool m_mLflowConfigHasBeenSet =
false;
342 bool m_requestIdHasBeenSet =
false;
DescribePipelineExecutionResult & WithParallelismConfiguration(ParallelismConfigurationT &&value)
const Aws::String & GetRequestId() const
const Aws::String & GetPipelineExecutionArn() const
DescribePipelineExecutionResult & WithPipelineVersionId(long long value)
DescribePipelineExecutionResult & WithPipelineArn(PipelineArnT &&value)
const Aws::Utils::DateTime & GetCreationTime() const
void SetPipelineArn(PipelineArnT &&value)
DescribePipelineExecutionResult & WithLastModifiedBy(LastModifiedByT &&value)
DescribePipelineExecutionResult & WithCreationTime(CreationTimeT &&value)
void SetCreatedBy(CreatedByT &&value)
void SetFailureReason(FailureReasonT &&value)
void SetPipelineVersionId(long long value)
long long GetPipelineVersionId() const
DescribePipelineExecutionResult & WithSelectiveExecutionConfig(SelectiveExecutionConfigT &&value)
DescribePipelineExecutionResult & WithLastModifiedTime(LastModifiedTimeT &&value)
DescribePipelineExecutionResult & WithPipelineExecutionDisplayName(PipelineExecutionDisplayNameT &&value)
const Aws::String & GetPipelineExecutionDisplayName() const
void SetCreationTime(CreationTimeT &&value)
const MLflowConfiguration & GetMLflowConfig() const
const SelectiveExecutionConfig & GetSelectiveExecutionConfig() const
void SetParallelismConfiguration(ParallelismConfigurationT &&value)
DescribePipelineExecutionResult & WithFailureReason(FailureReasonT &&value)
AWS_SAGEMAKER_API DescribePipelineExecutionResult()=default
DescribePipelineExecutionResult & WithPipelineExecutionArn(PipelineExecutionArnT &&value)
void SetPipelineExecutionStatus(PipelineExecutionStatus value)
AWS_SAGEMAKER_API DescribePipelineExecutionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Utils::DateTime & GetLastModifiedTime() const
const Aws::String & GetPipelineExecutionDescription() const
const ParallelismConfiguration & GetParallelismConfiguration() const
void SetPipelineExecutionDisplayName(PipelineExecutionDisplayNameT &&value)
void SetPipelineExecutionArn(PipelineExecutionArnT &&value)
void SetPipelineExperimentConfig(PipelineExperimentConfigT &&value)
DescribePipelineExecutionResult & WithPipelineExecutionStatus(PipelineExecutionStatus value)
void SetRequestId(RequestIdT &&value)
AWS_SAGEMAKER_API DescribePipelineExecutionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribePipelineExecutionResult & WithRequestId(RequestIdT &&value)
DescribePipelineExecutionResult & WithCreatedBy(CreatedByT &&value)
DescribePipelineExecutionResult & WithPipelineExperimentConfig(PipelineExperimentConfigT &&value)
DescribePipelineExecutionResult & WithMLflowConfig(MLflowConfigT &&value)
const UserContext & GetCreatedBy() const
const Aws::String & GetPipelineArn() const
void SetSelectiveExecutionConfig(SelectiveExecutionConfigT &&value)
void SetMLflowConfig(MLflowConfigT &&value)
const UserContext & GetLastModifiedBy() const
void SetPipelineExecutionDescription(PipelineExecutionDescriptionT &&value)
PipelineExecutionStatus GetPipelineExecutionStatus() const
void SetLastModifiedBy(LastModifiedByT &&value)
DescribePipelineExecutionResult & WithPipelineExecutionDescription(PipelineExecutionDescriptionT &&value)
void SetLastModifiedTime(LastModifiedTimeT &&value)
const PipelineExperimentConfig & GetPipelineExperimentConfig() const
const Aws::String & GetFailureReason() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue