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>
51 inline void SetTrainingJobName(
const char* value) { m_trainingJobNameHasBeenSet =
true; m_trainingJobName.assign(value); }
118 bool m_trainingJobNameHasBeenSet =
false;
121 bool m_profilerConfigHasBeenSet =
false;
124 bool m_profilerRuleConfigurationsHasBeenSet =
false;
127 bool m_resourceConfigHasBeenSet =
false;
130 bool m_remoteDebugConfigHasBeenSet =
false;
UpdateTrainingJobRequest & WithProfilerRuleConfigurations(Aws::Vector< ProfilerRuleConfiguration > &&value)
UpdateTrainingJobRequest & WithResourceConfig(const ResourceConfigForUpdate &value)
const Aws::String & GetTrainingJobName() const
UpdateTrainingJobRequest & WithRemoteDebugConfig(const RemoteDebugConfigForUpdate &value)
UpdateTrainingJobRequest & WithResourceConfig(ResourceConfigForUpdate &&value)
bool ProfilerRuleConfigurationsHasBeenSet() const
void SetTrainingJobName(const char *value)
void SetTrainingJobName(Aws::String &&value)
bool RemoteDebugConfigHasBeenSet() const
void SetProfilerRuleConfigurations(Aws::Vector< ProfilerRuleConfiguration > &&value)
const ResourceConfigForUpdate & GetResourceConfig() const
void SetRemoteDebugConfig(const RemoteDebugConfigForUpdate &value)
AWS_SAGEMAKER_API Aws::String SerializePayload() const override
UpdateTrainingJobRequest & WithTrainingJobName(const char *value)
void SetRemoteDebugConfig(RemoteDebugConfigForUpdate &&value)
UpdateTrainingJobRequest & AddProfilerRuleConfigurations(const ProfilerRuleConfiguration &value)
void SetResourceConfig(const ResourceConfigForUpdate &value)
const ProfilerConfigForUpdate & GetProfilerConfig() const
UpdateTrainingJobRequest & WithProfilerRuleConfigurations(const Aws::Vector< ProfilerRuleConfiguration > &value)
UpdateTrainingJobRequest & WithTrainingJobName(Aws::String &&value)
void SetProfilerConfig(const ProfilerConfigForUpdate &value)
AWS_SAGEMAKER_API UpdateTrainingJobRequest()
UpdateTrainingJobRequest & AddProfilerRuleConfigurations(ProfilerRuleConfiguration &&value)
void SetTrainingJobName(const Aws::String &value)
AWS_SAGEMAKER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool ProfilerConfigHasBeenSet() const
bool ResourceConfigHasBeenSet() const
void SetProfilerRuleConfigurations(const Aws::Vector< ProfilerRuleConfiguration > &value)
UpdateTrainingJobRequest & WithTrainingJobName(const Aws::String &value)
UpdateTrainingJobRequest & WithProfilerConfig(const ProfilerConfigForUpdate &value)
void SetResourceConfig(ResourceConfigForUpdate &&value)
const Aws::Vector< ProfilerRuleConfiguration > & GetProfilerRuleConfigurations() const
UpdateTrainingJobRequest & WithRemoteDebugConfig(RemoteDebugConfigForUpdate &&value)
const RemoteDebugConfigForUpdate & GetRemoteDebugConfig() const
void SetProfilerConfig(ProfilerConfigForUpdate &&value)
bool TrainingJobNameHasBeenSet() const
UpdateTrainingJobRequest & WithProfilerConfig(ProfilerConfigForUpdate &&value)
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