7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/sagemaker/model/ProcessingOutputConfig.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/sagemaker/model/ProcessingResources.h>
12#include <aws/sagemaker/model/ProcessingStoppingCondition.h>
13#include <aws/sagemaker/model/AppSpecification.h>
14#include <aws/core/utils/memory/stl/AWSMap.h>
15#include <aws/sagemaker/model/NetworkConfig.h>
16#include <aws/sagemaker/model/ExperimentConfig.h>
17#include <aws/sagemaker/model/ProcessingJobStatus.h>
18#include <aws/core/utils/DateTime.h>
19#include <aws/sagemaker/model/ProcessingInput.h>
24template<
typename RESULT_TYPE>
25class AmazonWebServiceResult;
51 template<
typename ProcessingInputsT = Aws::Vector<ProcessingInput>>
52 void SetProcessingInputs(ProcessingInputsT&& value) { m_processingInputsHasBeenSet =
true; m_processingInputs = std::forward<ProcessingInputsT>(value); }
53 template<
typename ProcessingInputsT = Aws::Vector<ProcessingInput>>
55 template<
typename ProcessingInputsT = ProcessingInput>
64 template<
typename ProcessingOutputConfigT = ProcessingOutputConfig>
65 void SetProcessingOutputConfig(ProcessingOutputConfigT&& value) { m_processingOutputConfigHasBeenSet =
true; m_processingOutputConfig = std::forward<ProcessingOutputConfigT>(value); }
66 template<
typename ProcessingOutputConfigT = ProcessingOutputConfig>
76 template<
typename ProcessingJobNameT = Aws::String>
77 void SetProcessingJobName(ProcessingJobNameT&& value) { m_processingJobNameHasBeenSet =
true; m_processingJobName = std::forward<ProcessingJobNameT>(value); }
78 template<
typename ProcessingJobNameT = Aws::String>
89 template<
typename ProcessingResourcesT = ProcessingResources>
90 void SetProcessingResources(ProcessingResourcesT&& value) { m_processingResourcesHasBeenSet =
true; m_processingResources = std::forward<ProcessingResourcesT>(value); }
91 template<
typename ProcessingResourcesT = ProcessingResources>
100 template<
typename StoppingConditionT = ProcessingStoppingCondition>
101 void SetStoppingCondition(StoppingConditionT&& value) { m_stoppingConditionHasBeenSet =
true; m_stoppingCondition = std::forward<StoppingConditionT>(value); }
102 template<
typename StoppingConditionT = ProcessingStoppingCondition>
111 template<
typename AppSpecificationT = AppSpecification>
112 void SetAppSpecification(AppSpecificationT&& value) { m_appSpecificationHasBeenSet =
true; m_appSpecification = std::forward<AppSpecificationT>(value); }
113 template<
typename AppSpecificationT = AppSpecification>
122 template<
typename EnvironmentT = Aws::Map<Aws::String, Aws::String>>
123 void SetEnvironment(EnvironmentT&& value) { m_environmentHasBeenSet =
true; m_environment = std::forward<EnvironmentT>(value); }
124 template<
typename EnvironmentT = Aws::Map<Aws::String, Aws::String>>
126 template<
typename EnvironmentKeyT = Aws::String,
typename EnvironmentValueT = Aws::String>
128 m_environmentHasBeenSet =
true; m_environment.emplace(std::forward<EnvironmentKeyT>(key), std::forward<EnvironmentValueT>(value));
return *
this;
137 template<
typename NetworkConfigT = NetworkConfig>
138 void SetNetworkConfig(NetworkConfigT&& value) { m_networkConfigHasBeenSet =
true; m_networkConfig = std::forward<NetworkConfigT>(value); }
139 template<
typename NetworkConfigT = NetworkConfig>
149 template<
typename RoleArnT = Aws::String>
150 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
151 template<
typename RoleArnT = Aws::String>
160 template<
typename ExperimentConfigT = ExperimentConfig>
161 void SetExperimentConfig(ExperimentConfigT&& value) { m_experimentConfigHasBeenSet =
true; m_experimentConfig = std::forward<ExperimentConfigT>(value); }
162 template<
typename ExperimentConfigT = ExperimentConfig>
171 template<
typename ProcessingJobArnT = Aws::String>
172 void SetProcessingJobArn(ProcessingJobArnT&& value) { m_processingJobArnHasBeenSet =
true; m_processingJobArn = std::forward<ProcessingJobArnT>(value); }
173 template<
typename ProcessingJobArnT = Aws::String>
192 template<
typename ExitMessageT = Aws::String>
193 void SetExitMessage(ExitMessageT&& value) { m_exitMessageHasBeenSet =
true; m_exitMessage = std::forward<ExitMessageT>(value); }
194 template<
typename ExitMessageT = Aws::String>
204 template<
typename FailureReasonT = Aws::String>
205 void SetFailureReason(FailureReasonT&& value) { m_failureReasonHasBeenSet =
true; m_failureReason = std::forward<FailureReasonT>(value); }
206 template<
typename FailureReasonT = Aws::String>
215 template<
typename ProcessingEndTimeT = Aws::Utils::DateTime>
216 void SetProcessingEndTime(ProcessingEndTimeT&& value) { m_processingEndTimeHasBeenSet =
true; m_processingEndTime = std::forward<ProcessingEndTimeT>(value); }
217 template<
typename ProcessingEndTimeT = Aws::Utils::DateTime>
226 template<
typename ProcessingStartTimeT = Aws::Utils::DateTime>
227 void SetProcessingStartTime(ProcessingStartTimeT&& value) { m_processingStartTimeHasBeenSet =
true; m_processingStartTime = std::forward<ProcessingStartTimeT>(value); }
228 template<
typename ProcessingStartTimeT = Aws::Utils::DateTime>
237 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
238 void SetLastModifiedTime(LastModifiedTimeT&& value) { m_lastModifiedTimeHasBeenSet =
true; m_lastModifiedTime = std::forward<LastModifiedTimeT>(value); }
239 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
248 template<
typename CreationTimeT = Aws::Utils::DateTime>
249 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
250 template<
typename CreationTimeT = Aws::Utils::DateTime>
260 template<
typename MonitoringScheduleArnT = Aws::String>
261 void SetMonitoringScheduleArn(MonitoringScheduleArnT&& value) { m_monitoringScheduleArnHasBeenSet =
true; m_monitoringScheduleArn = std::forward<MonitoringScheduleArnT>(value); }
262 template<
typename MonitoringScheduleArnT = Aws::String>
271 template<
typename AutoMLJobArnT = Aws::String>
272 void SetAutoMLJobArn(AutoMLJobArnT&& value) { m_autoMLJobArnHasBeenSet =
true; m_autoMLJobArn = std::forward<AutoMLJobArnT>(value); }
273 template<
typename AutoMLJobArnT = Aws::String>
282 template<
typename TrainingJobArnT = Aws::String>
283 void SetTrainingJobArn(TrainingJobArnT&& value) { m_trainingJobArnHasBeenSet =
true; m_trainingJobArn = std::forward<TrainingJobArnT>(value); }
284 template<
typename TrainingJobArnT = Aws::String>
291 template<
typename RequestIdT = Aws::String>
292 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
293 template<
typename RequestIdT = Aws::String>
299 bool m_processingInputsHasBeenSet =
false;
302 bool m_processingOutputConfigHasBeenSet =
false;
305 bool m_processingJobNameHasBeenSet =
false;
308 bool m_processingResourcesHasBeenSet =
false;
311 bool m_stoppingConditionHasBeenSet =
false;
314 bool m_appSpecificationHasBeenSet =
false;
317 bool m_environmentHasBeenSet =
false;
320 bool m_networkConfigHasBeenSet =
false;
323 bool m_roleArnHasBeenSet =
false;
326 bool m_experimentConfigHasBeenSet =
false;
329 bool m_processingJobArnHasBeenSet =
false;
332 bool m_processingJobStatusHasBeenSet =
false;
335 bool m_exitMessageHasBeenSet =
false;
338 bool m_failureReasonHasBeenSet =
false;
341 bool m_processingEndTimeHasBeenSet =
false;
344 bool m_processingStartTimeHasBeenSet =
false;
347 bool m_lastModifiedTimeHasBeenSet =
false;
350 bool m_creationTimeHasBeenSet =
false;
353 bool m_monitoringScheduleArnHasBeenSet =
false;
356 bool m_autoMLJobArnHasBeenSet =
false;
359 bool m_trainingJobArnHasBeenSet =
false;
362 bool m_requestIdHasBeenSet =
false;
DescribeProcessingJobResult & WithProcessingJobName(ProcessingJobNameT &&value)
const Aws::String & GetMonitoringScheduleArn() const
const Aws::String & GetExitMessage() const
DescribeProcessingJobResult & WithRequestId(RequestIdT &&value)
void SetExperimentConfig(ExperimentConfigT &&value)
const ProcessingStoppingCondition & GetStoppingCondition() const
DescribeProcessingJobResult & WithFailureReason(FailureReasonT &&value)
DescribeProcessingJobResult & WithProcessingJobArn(ProcessingJobArnT &&value)
const Aws::String & GetProcessingJobName() const
const NetworkConfig & GetNetworkConfig() const
const ProcessingResources & GetProcessingResources() const
DescribeProcessingJobResult & WithExitMessage(ExitMessageT &&value)
const Aws::Utils::DateTime & GetProcessingStartTime() const
DescribeProcessingJobResult & AddEnvironment(EnvironmentKeyT &&key, EnvironmentValueT &&value)
DescribeProcessingJobResult & WithEnvironment(EnvironmentT &&value)
DescribeProcessingJobResult & WithStoppingCondition(StoppingConditionT &&value)
const Aws::Utils::DateTime & GetCreationTime() const
void SetExitMessage(ExitMessageT &&value)
void SetEnvironment(EnvironmentT &&value)
DescribeProcessingJobResult & WithAutoMLJobArn(AutoMLJobArnT &&value)
AWS_SAGEMAKER_API DescribeProcessingJobResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetProcessingOutputConfig(ProcessingOutputConfigT &&value)
void SetProcessingResources(ProcessingResourcesT &&value)
void SetProcessingJobStatus(ProcessingJobStatus value)
DescribeProcessingJobResult & AddProcessingInputs(ProcessingInputsT &&value)
DescribeProcessingJobResult & WithTrainingJobArn(TrainingJobArnT &&value)
const Aws::Map< Aws::String, Aws::String > & GetEnvironment() const
AWS_SAGEMAKER_API DescribeProcessingJobResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetTrainingJobArn() const
void SetAutoMLJobArn(AutoMLJobArnT &&value)
DescribeProcessingJobResult & WithProcessingInputs(ProcessingInputsT &&value)
void SetProcessingEndTime(ProcessingEndTimeT &&value)
AWS_SAGEMAKER_API DescribeProcessingJobResult()=default
DescribeProcessingJobResult & WithExperimentConfig(ExperimentConfigT &&value)
DescribeProcessingJobResult & WithProcessingStartTime(ProcessingStartTimeT &&value)
DescribeProcessingJobResult & WithCreationTime(CreationTimeT &&value)
void SetLastModifiedTime(LastModifiedTimeT &&value)
void SetProcessingStartTime(ProcessingStartTimeT &&value)
const Aws::String & GetProcessingJobArn() const
const Aws::String & GetRequestId() const
void SetMonitoringScheduleArn(MonitoringScheduleArnT &&value)
void SetRequestId(RequestIdT &&value)
ProcessingJobStatus GetProcessingJobStatus() const
const Aws::Utils::DateTime & GetProcessingEndTime() const
void SetFailureReason(FailureReasonT &&value)
const Aws::String & GetAutoMLJobArn() const
DescribeProcessingJobResult & WithLastModifiedTime(LastModifiedTimeT &&value)
void SetRoleArn(RoleArnT &&value)
void SetTrainingJobArn(TrainingJobArnT &&value)
void SetStoppingCondition(StoppingConditionT &&value)
DescribeProcessingJobResult & WithAppSpecification(AppSpecificationT &&value)
void SetCreationTime(CreationTimeT &&value)
const Aws::String & GetRoleArn() const
const Aws::Vector< ProcessingInput > & GetProcessingInputs() const
const ProcessingOutputConfig & GetProcessingOutputConfig() const
void SetProcessingJobArn(ProcessingJobArnT &&value)
DescribeProcessingJobResult & WithMonitoringScheduleArn(MonitoringScheduleArnT &&value)
DescribeProcessingJobResult & WithProcessingEndTime(ProcessingEndTimeT &&value)
const Aws::Utils::DateTime & GetLastModifiedTime() const
void SetNetworkConfig(NetworkConfigT &&value)
const ExperimentConfig & GetExperimentConfig() const
DescribeProcessingJobResult & WithRoleArn(RoleArnT &&value)
DescribeProcessingJobResult & WithNetworkConfig(NetworkConfigT &&value)
DescribeProcessingJobResult & WithProcessingJobStatus(ProcessingJobStatus value)
DescribeProcessingJobResult & WithProcessingOutputConfig(ProcessingOutputConfigT &&value)
const Aws::String & GetFailureReason() const
const AppSpecification & GetAppSpecification() const
void SetProcessingJobName(ProcessingJobNameT &&value)
void SetProcessingInputs(ProcessingInputsT &&value)
DescribeProcessingJobResult & WithProcessingResources(ProcessingResourcesT &&value)
void SetAppSpecification(AppSpecificationT &&value)
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