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>
20#include <aws/sagemaker/model/Tag.h>
61 template<
typename ProcessingInputsT = Aws::Vector<ProcessingInput>>
62 void SetProcessingInputs(ProcessingInputsT&& value) { m_processingInputsHasBeenSet =
true; m_processingInputs = std::forward<ProcessingInputsT>(value); }
63 template<
typename ProcessingInputsT = Aws::Vector<ProcessingInput>>
65 template<
typename ProcessingInputsT = ProcessingInput>
66 ProcessingJob&
AddProcessingInputs(ProcessingInputsT&& value) { m_processingInputsHasBeenSet =
true; m_processingInputs.emplace_back(std::forward<ProcessingInputsT>(value));
return *
this; }
73 template<
typename ProcessingOutputConfigT = ProcessingOutputConfig>
74 void SetProcessingOutputConfig(ProcessingOutputConfigT&& value) { m_processingOutputConfigHasBeenSet =
true; m_processingOutputConfig = std::forward<ProcessingOutputConfigT>(value); }
75 template<
typename ProcessingOutputConfigT = ProcessingOutputConfig>
85 template<
typename ProcessingJobNameT = Aws::String>
86 void SetProcessingJobName(ProcessingJobNameT&& value) { m_processingJobNameHasBeenSet =
true; m_processingJobName = std::forward<ProcessingJobNameT>(value); }
87 template<
typename ProcessingJobNameT = Aws::String>
95 template<
typename ProcessingResourcesT = ProcessingResources>
96 void SetProcessingResources(ProcessingResourcesT&& value) { m_processingResourcesHasBeenSet =
true; m_processingResources = std::forward<ProcessingResourcesT>(value); }
97 template<
typename ProcessingResourcesT = ProcessingResources>
105 template<
typename StoppingConditionT = ProcessingStoppingCondition>
106 void SetStoppingCondition(StoppingConditionT&& value) { m_stoppingConditionHasBeenSet =
true; m_stoppingCondition = std::forward<StoppingConditionT>(value); }
107 template<
typename StoppingConditionT = ProcessingStoppingCondition>
115 template<
typename AppSpecificationT = AppSpecification>
116 void SetAppSpecification(AppSpecificationT&& value) { m_appSpecificationHasBeenSet =
true; m_appSpecification = std::forward<AppSpecificationT>(value); }
117 template<
typename AppSpecificationT = AppSpecification>
127 template<
typename EnvironmentT = Aws::Map<Aws::String, Aws::String>>
128 void SetEnvironment(EnvironmentT&& value) { m_environmentHasBeenSet =
true; m_environment = std::forward<EnvironmentT>(value); }
129 template<
typename EnvironmentT = Aws::Map<Aws::String, Aws::String>>
131 template<
typename EnvironmentKeyT = Aws::String,
typename EnvironmentValueT = Aws::String>
133 m_environmentHasBeenSet =
true; m_environment.emplace(std::forward<EnvironmentKeyT>(key), std::forward<EnvironmentValueT>(value));
return *
this;
141 template<
typename NetworkConfigT = NetworkConfig>
142 void SetNetworkConfig(NetworkConfigT&& value) { m_networkConfigHasBeenSet =
true; m_networkConfig = std::forward<NetworkConfigT>(value); }
143 template<
typename NetworkConfigT = NetworkConfig>
153 template<
typename RoleArnT = Aws::String>
154 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
155 template<
typename RoleArnT = Aws::String>
163 template<
typename ExperimentConfigT = ExperimentConfig>
164 void SetExperimentConfig(ExperimentConfigT&& value) { m_experimentConfigHasBeenSet =
true; m_experimentConfig = std::forward<ExperimentConfigT>(value); }
165 template<
typename ExperimentConfigT = ExperimentConfig>
175 template<
typename ProcessingJobArnT = Aws::String>
176 void SetProcessingJobArn(ProcessingJobArnT&& value) { m_processingJobArnHasBeenSet =
true; m_processingJobArn = std::forward<ProcessingJobArnT>(value); }
177 template<
typename ProcessingJobArnT = Aws::String>
198 template<
typename ExitMessageT = Aws::String>
199 void SetExitMessage(ExitMessageT&& value) { m_exitMessageHasBeenSet =
true; m_exitMessage = std::forward<ExitMessageT>(value); }
200 template<
typename ExitMessageT = Aws::String>
211 template<
typename FailureReasonT = Aws::String>
212 void SetFailureReason(FailureReasonT&& value) { m_failureReasonHasBeenSet =
true; m_failureReason = std::forward<FailureReasonT>(value); }
213 template<
typename FailureReasonT = Aws::String>
223 template<
typename ProcessingEndTimeT = Aws::Utils::DateTime>
224 void SetProcessingEndTime(ProcessingEndTimeT&& value) { m_processingEndTimeHasBeenSet =
true; m_processingEndTime = std::forward<ProcessingEndTimeT>(value); }
225 template<
typename ProcessingEndTimeT = Aws::Utils::DateTime>
235 template<
typename ProcessingStartTimeT = Aws::Utils::DateTime>
236 void SetProcessingStartTime(ProcessingStartTimeT&& value) { m_processingStartTimeHasBeenSet =
true; m_processingStartTime = std::forward<ProcessingStartTimeT>(value); }
237 template<
typename ProcessingStartTimeT = Aws::Utils::DateTime>
247 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
248 void SetLastModifiedTime(LastModifiedTimeT&& value) { m_lastModifiedTimeHasBeenSet =
true; m_lastModifiedTime = std::forward<LastModifiedTimeT>(value); }
249 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
259 template<
typename CreationTimeT = Aws::Utils::DateTime>
260 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
261 template<
typename CreationTimeT = Aws::Utils::DateTime>
272 template<
typename MonitoringScheduleArnT = Aws::String>
273 void SetMonitoringScheduleArn(MonitoringScheduleArnT&& value) { m_monitoringScheduleArnHasBeenSet =
true; m_monitoringScheduleArn = std::forward<MonitoringScheduleArnT>(value); }
274 template<
typename MonitoringScheduleArnT = Aws::String>
285 template<
typename AutoMLJobArnT = Aws::String>
286 void SetAutoMLJobArn(AutoMLJobArnT&& value) { m_autoMLJobArnHasBeenSet =
true; m_autoMLJobArn = std::forward<AutoMLJobArnT>(value); }
287 template<
typename AutoMLJobArnT = Aws::String>
297 template<
typename TrainingJobArnT = Aws::String>
298 void SetTrainingJobArn(TrainingJobArnT&& value) { m_trainingJobArnHasBeenSet =
true; m_trainingJobArn = std::forward<TrainingJobArnT>(value); }
299 template<
typename TrainingJobArnT = Aws::String>
312 template<
typename TagsT = Aws::Vector<Tag>>
313 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
314 template<
typename TagsT = Aws::Vector<Tag>>
316 template<
typename TagsT = Tag>
317 ProcessingJob&
AddTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags.emplace_back(std::forward<TagsT>(value));
return *
this; }
322 bool m_processingInputsHasBeenSet =
false;
325 bool m_processingOutputConfigHasBeenSet =
false;
328 bool m_processingJobNameHasBeenSet =
false;
331 bool m_processingResourcesHasBeenSet =
false;
334 bool m_stoppingConditionHasBeenSet =
false;
337 bool m_appSpecificationHasBeenSet =
false;
340 bool m_environmentHasBeenSet =
false;
343 bool m_networkConfigHasBeenSet =
false;
346 bool m_roleArnHasBeenSet =
false;
349 bool m_experimentConfigHasBeenSet =
false;
352 bool m_processingJobArnHasBeenSet =
false;
355 bool m_processingJobStatusHasBeenSet =
false;
358 bool m_exitMessageHasBeenSet =
false;
361 bool m_failureReasonHasBeenSet =
false;
364 bool m_processingEndTimeHasBeenSet =
false;
367 bool m_processingStartTimeHasBeenSet =
false;
370 bool m_lastModifiedTimeHasBeenSet =
false;
373 bool m_creationTimeHasBeenSet =
false;
376 bool m_monitoringScheduleArnHasBeenSet =
false;
379 bool m_autoMLJobArnHasBeenSet =
false;
382 bool m_trainingJobArnHasBeenSet =
false;
385 bool m_tagsHasBeenSet =
false;
bool ProcessingInputsHasBeenSet() const
const Aws::Vector< ProcessingInput > & GetProcessingInputs() const
bool TrainingJobArnHasBeenSet() const
bool RoleArnHasBeenSet() const
bool ExitMessageHasBeenSet() const
bool StoppingConditionHasBeenSet() const
void SetAutoMLJobArn(AutoMLJobArnT &&value)
const Aws::Map< Aws::String, Aws::String > & GetEnvironment() const
void SetProcessingJobArn(ProcessingJobArnT &&value)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
const ExperimentConfig & GetExperimentConfig() const
bool ProcessingJobStatusHasBeenSet() const
bool MonitoringScheduleArnHasBeenSet() const
ProcessingJob & WithRoleArn(RoleArnT &&value)
ProcessingJob & WithAutoMLJobArn(AutoMLJobArnT &&value)
void SetCreationTime(CreationTimeT &&value)
ProcessingJob & AddProcessingInputs(ProcessingInputsT &&value)
ProcessingJob & WithTrainingJobArn(TrainingJobArnT &&value)
AWS_SAGEMAKER_API ProcessingJob & operator=(Aws::Utils::Json::JsonView jsonValue)
ProcessingJob & WithLastModifiedTime(LastModifiedTimeT &&value)
bool ProcessingJobNameHasBeenSet() const
void SetNetworkConfig(NetworkConfigT &&value)
void SetStoppingCondition(StoppingConditionT &&value)
void SetEnvironment(EnvironmentT &&value)
ProcessingJobStatus GetProcessingJobStatus() const
ProcessingJob & WithProcessingJobArn(ProcessingJobArnT &&value)
void SetProcessingEndTime(ProcessingEndTimeT &&value)
bool CreationTimeHasBeenSet() const
bool ProcessingOutputConfigHasBeenSet() const
const AppSpecification & GetAppSpecification() const
bool AutoMLJobArnHasBeenSet() const
bool FailureReasonHasBeenSet() const
ProcessingJob & WithTags(TagsT &&value)
void SetProcessingInputs(ProcessingInputsT &&value)
ProcessingJob & WithProcessingEndTime(ProcessingEndTimeT &&value)
bool ProcessingJobArnHasBeenSet() const
const Aws::String & GetMonitoringScheduleArn() const
const ProcessingStoppingCondition & GetStoppingCondition() const
void SetProcessingStartTime(ProcessingStartTimeT &&value)
const Aws::Utils::DateTime & GetCreationTime() const
ProcessingJob & WithCreationTime(CreationTimeT &&value)
const Aws::String & GetRoleArn() const
void SetTrainingJobArn(TrainingJobArnT &&value)
const Aws::String & GetAutoMLJobArn() const
const ProcessingResources & GetProcessingResources() const
void SetProcessingJobStatus(ProcessingJobStatus value)
ProcessingJob & WithExperimentConfig(ExperimentConfigT &&value)
const Aws::String & GetProcessingJobName() const
const ProcessingOutputConfig & GetProcessingOutputConfig() const
ProcessingJob & WithStoppingCondition(StoppingConditionT &&value)
bool LastModifiedTimeHasBeenSet() const
void SetRoleArn(RoleArnT &&value)
ProcessingJob & AddTags(TagsT &&value)
ProcessingJob & WithExitMessage(ExitMessageT &&value)
void SetProcessingResources(ProcessingResourcesT &&value)
const Aws::Utils::DateTime & GetLastModifiedTime() const
void SetExperimentConfig(ExperimentConfigT &&value)
const Aws::Vector< Tag > & GetTags() const
const Aws::Utils::DateTime & GetProcessingStartTime() const
bool ProcessingResourcesHasBeenSet() const
void SetLastModifiedTime(LastModifiedTimeT &&value)
AWS_SAGEMAKER_API ProcessingJob(Aws::Utils::Json::JsonView jsonValue)
ProcessingJob & WithProcessingJobName(ProcessingJobNameT &&value)
void SetProcessingOutputConfig(ProcessingOutputConfigT &&value)
void SetAppSpecification(AppSpecificationT &&value)
bool ExperimentConfigHasBeenSet() const
bool AppSpecificationHasBeenSet() const
const Aws::String & GetTrainingJobArn() const
const Aws::String & GetProcessingJobArn() const
ProcessingJob & WithProcessingOutputConfig(ProcessingOutputConfigT &&value)
ProcessingJob & WithMonitoringScheduleArn(MonitoringScheduleArnT &&value)
ProcessingJob & WithProcessingJobStatus(ProcessingJobStatus value)
AWS_SAGEMAKER_API ProcessingJob()=default
bool NetworkConfigHasBeenSet() const
ProcessingJob & WithNetworkConfig(NetworkConfigT &&value)
bool ProcessingStartTimeHasBeenSet() const
ProcessingJob & WithEnvironment(EnvironmentT &&value)
bool ProcessingEndTimeHasBeenSet() const
void SetTags(TagsT &&value)
void SetMonitoringScheduleArn(MonitoringScheduleArnT &&value)
ProcessingJob & WithAppSpecification(AppSpecificationT &&value)
void SetFailureReason(FailureReasonT &&value)
ProcessingJob & AddEnvironment(EnvironmentKeyT &&key, EnvironmentValueT &&value)
ProcessingJob & WithProcessingStartTime(ProcessingStartTimeT &&value)
const Aws::Utils::DateTime & GetProcessingEndTime() const
void SetExitMessage(ExitMessageT &&value)
ProcessingJob & WithFailureReason(FailureReasonT &&value)
const Aws::String & GetExitMessage() const
bool TagsHasBeenSet() const
const NetworkConfig & GetNetworkConfig() const
bool EnvironmentHasBeenSet() const
ProcessingJob & WithProcessingResources(ProcessingResourcesT &&value)
const Aws::String & GetFailureReason() const
void SetProcessingJobName(ProcessingJobNameT &&value)
ProcessingJob & WithProcessingInputs(ProcessingInputsT &&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