7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/sagemaker/SageMakerRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/sagemaker/model/ProfilerConfigForUpdate.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/sagemaker/model/ResourceConfigForUpdate.h>
13#include <aws/sagemaker/model/RemoteDebugConfigForUpdate.h>
14#include <aws/sagemaker/model/ProfilerRuleConfiguration.h>
49 template<
typename TrainingJobNameT = Aws::String>
50 void SetTrainingJobName(TrainingJobNameT&& value) { m_trainingJobNameHasBeenSet =
true; m_trainingJobName = std::forward<TrainingJobNameT>(value); }
51 template<
typename TrainingJobNameT = Aws::String>
62 template<
typename ProfilerConfigT = ProfilerConfigForUpdate>
63 void SetProfilerConfig(ProfilerConfigT&& value) { m_profilerConfigHasBeenSet =
true; m_profilerConfig = std::forward<ProfilerConfigT>(value); }
64 template<
typename ProfilerConfigT = ProfilerConfigForUpdate>
75 template<
typename ProfilerRuleConfigurationsT = Aws::Vector<ProfilerRuleConfiguration>>
76 void SetProfilerRuleConfigurations(ProfilerRuleConfigurationsT&& value) { m_profilerRuleConfigurationsHasBeenSet =
true; m_profilerRuleConfigurations = std::forward<ProfilerRuleConfigurationsT>(value); }
77 template<
typename ProfilerRuleConfigurationsT = Aws::Vector<ProfilerRuleConfiguration>>
79 template<
typename ProfilerRuleConfigurationsT = ProfilerRuleConfiguration>
90 template<
typename ResourceConfigT = ResourceConfigForUpdate>
91 void SetResourceConfig(ResourceConfigT&& value) { m_resourceConfigHasBeenSet =
true; m_resourceConfig = std::forward<ResourceConfigT>(value); }
92 template<
typename ResourceConfigT = ResourceConfigForUpdate>
108 template<
typename RemoteDebugConfigT = RemoteDebugConfigForUpdate>
109 void SetRemoteDebugConfig(RemoteDebugConfigT&& value) { m_remoteDebugConfigHasBeenSet =
true; m_remoteDebugConfig = std::forward<RemoteDebugConfigT>(value); }
110 template<
typename RemoteDebugConfigT = RemoteDebugConfigForUpdate>
116 bool m_trainingJobNameHasBeenSet =
false;
119 bool m_profilerConfigHasBeenSet =
false;
122 bool m_profilerRuleConfigurationsHasBeenSet =
false;
125 bool m_resourceConfigHasBeenSet =
false;
128 bool m_remoteDebugConfigHasBeenSet =
false;
void SetProfilerConfig(ProfilerConfigT &&value)
UpdateTrainingJobRequest & WithResourceConfig(ResourceConfigT &&value)
const Aws::String & GetTrainingJobName() const
bool ProfilerRuleConfigurationsHasBeenSet() const
bool RemoteDebugConfigHasBeenSet() const
const ResourceConfigForUpdate & GetResourceConfig() const
AWS_SAGEMAKER_API Aws::String SerializePayload() const override
const ProfilerConfigForUpdate & GetProfilerConfig() const
UpdateTrainingJobRequest & AddProfilerRuleConfigurations(ProfilerRuleConfigurationsT &&value)
void SetResourceConfig(ResourceConfigT &&value)
UpdateTrainingJobRequest & WithRemoteDebugConfig(RemoteDebugConfigT &&value)
AWS_SAGEMAKER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool ProfilerConfigHasBeenSet() const
bool ResourceConfigHasBeenSet() const
AWS_SAGEMAKER_API UpdateTrainingJobRequest()=default
UpdateTrainingJobRequest & WithProfilerConfig(ProfilerConfigT &&value)
void SetRemoteDebugConfig(RemoteDebugConfigT &&value)
void SetTrainingJobName(TrainingJobNameT &&value)
const Aws::Vector< ProfilerRuleConfiguration > & GetProfilerRuleConfigurations() const
const RemoteDebugConfigForUpdate & GetRemoteDebugConfig() const
UpdateTrainingJobRequest & WithTrainingJobName(TrainingJobNameT &&value)
UpdateTrainingJobRequest & WithProfilerRuleConfigurations(ProfilerRuleConfigurationsT &&value)
void SetProfilerRuleConfigurations(ProfilerRuleConfigurationsT &&value)
bool TrainingJobNameHasBeenSet() const
virtual const char * GetServiceRequestName() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector