7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/sagemaker/SageMakerRequest.h>
10#include <aws/sagemaker/SageMaker_EXPORTS.h>
11#include <aws/sagemaker/model/ProfilerConfigForUpdate.h>
12#include <aws/sagemaker/model/ProfilerRuleConfiguration.h>
13#include <aws/sagemaker/model/RemoteDebugConfigForUpdate.h>
14#include <aws/sagemaker/model/ResourceConfigForUpdate.h>
45 template <
typename TrainingJobNameT = Aws::String>
47 m_trainingJobNameHasBeenSet =
true;
48 m_trainingJobName = std::forward<TrainingJobNameT>(value);
50 template <
typename TrainingJobNameT = Aws::String>
64 template <
typename ProfilerConfigT = ProfilerConfigForUpdate>
66 m_profilerConfigHasBeenSet =
true;
67 m_profilerConfig = std::forward<ProfilerConfigT>(value);
69 template <
typename ProfilerConfigT = ProfilerConfigForUpdate>
83 template <
typename ProfilerRuleConfigurationsT = Aws::Vector<ProfilerRuleConfiguration>>
85 m_profilerRuleConfigurationsHasBeenSet =
true;
86 m_profilerRuleConfigurations = std::forward<ProfilerRuleConfigurationsT>(value);
88 template <
typename ProfilerRuleConfigurationsT = Aws::Vector<ProfilerRuleConfiguration>>
93 template <
typename ProfilerRuleConfigurationsT = ProfilerRuleConfiguration>
95 m_profilerRuleConfigurationsHasBeenSet =
true;
96 m_profilerRuleConfigurations.emplace_back(std::forward<ProfilerRuleConfigurationsT>(value));
108 template <
typename ResourceConfigT = ResourceConfigForUpdate>
110 m_resourceConfigHasBeenSet =
true;
111 m_resourceConfig = std::forward<ResourceConfigT>(value);
113 template <
typename ResourceConfigT = ResourceConfigForUpdate>
132 template <
typename RemoteDebugConfigT = RemoteDebugConfigForUpdate>
134 m_remoteDebugConfigHasBeenSet =
true;
135 m_remoteDebugConfig = std::forward<RemoteDebugConfigT>(value);
137 template <
typename RemoteDebugConfigT = RemoteDebugConfigForUpdate>
153 bool m_trainingJobNameHasBeenSet =
false;
154 bool m_profilerConfigHasBeenSet =
false;
155 bool m_profilerRuleConfigurationsHasBeenSet =
false;
156 bool m_resourceConfigHasBeenSet =
false;
157 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