7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
51 inline void SetS3OutputPath(
const char* value) { m_s3OutputPathHasBeenSet =
true; m_s3OutputPath.assign(value); }
103 inline void SetDisableProfiler(
bool value) { m_disableProfilerHasBeenSet =
true; m_disableProfiler = value; }
109 bool m_s3OutputPathHasBeenSet =
false;
111 long long m_profilingIntervalInMilliseconds;
112 bool m_profilingIntervalInMillisecondsHasBeenSet =
false;
115 bool m_profilingParametersHasBeenSet =
false;
117 bool m_disableProfiler;
118 bool m_disableProfilerHasBeenSet =
false;
ProfilerConfigForUpdate & AddProfilingParameters(const char *key, Aws::String &&value)
const Aws::Map< Aws::String, Aws::String > & GetProfilingParameters() const
void SetDisableProfiler(bool value)
ProfilerConfigForUpdate & AddProfilingParameters(const Aws::String &key, const Aws::String &value)
void SetProfilingParameters(const Aws::Map< Aws::String, Aws::String > &value)
void SetS3OutputPath(const Aws::String &value)
AWS_SAGEMAKER_API ProfilerConfigForUpdate(Aws::Utils::Json::JsonView jsonValue)
void SetProfilingIntervalInMilliseconds(long long value)
void SetS3OutputPath(const char *value)
ProfilerConfigForUpdate & WithProfilingParameters(Aws::Map< Aws::String, Aws::String > &&value)
ProfilerConfigForUpdate & WithS3OutputPath(Aws::String &&value)
bool ProfilingIntervalInMillisecondsHasBeenSet() const
bool ProfilingParametersHasBeenSet() const
ProfilerConfigForUpdate & AddProfilingParameters(Aws::String &&key, const char *value)
ProfilerConfigForUpdate & AddProfilingParameters(const char *key, const char *value)
ProfilerConfigForUpdate & WithDisableProfiler(bool value)
bool S3OutputPathHasBeenSet() const
ProfilerConfigForUpdate & WithS3OutputPath(const char *value)
bool GetDisableProfiler() const
void SetS3OutputPath(Aws::String &&value)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
void SetProfilingParameters(Aws::Map< Aws::String, Aws::String > &&value)
ProfilerConfigForUpdate & AddProfilingParameters(const Aws::String &key, Aws::String &&value)
ProfilerConfigForUpdate & WithProfilingParameters(const Aws::Map< Aws::String, Aws::String > &value)
const Aws::String & GetS3OutputPath() const
AWS_SAGEMAKER_API ProfilerConfigForUpdate()
long long GetProfilingIntervalInMilliseconds() const
ProfilerConfigForUpdate & WithProfilingIntervalInMilliseconds(long long value)
bool DisableProfilerHasBeenSet() const
ProfilerConfigForUpdate & AddProfilingParameters(Aws::String &&key, Aws::String &&value)
ProfilerConfigForUpdate & WithS3OutputPath(const Aws::String &value)
AWS_SAGEMAKER_API ProfilerConfigForUpdate & operator=(Aws::Utils::Json::JsonView jsonValue)
ProfilerConfigForUpdate & AddProfilingParameters(Aws::String &&key, const Aws::String &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
Aws::Utils::Json::JsonValue JsonValue