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>
50 inline void SetS3OutputPath(
const char* value) { m_s3OutputPathHasBeenSet =
true; m_s3OutputPath.assign(value); }
102 inline void SetDisableProfiler(
bool value) { m_disableProfilerHasBeenSet =
true; m_disableProfiler = value; }
108 bool m_s3OutputPathHasBeenSet =
false;
110 long long m_profilingIntervalInMilliseconds;
111 bool m_profilingIntervalInMillisecondsHasBeenSet =
false;
114 bool m_profilingParametersHasBeenSet =
false;
116 bool m_disableProfiler;
117 bool m_disableProfilerHasBeenSet =
false;
ProfilerConfig & AddProfilingParameters(const Aws::String &key, Aws::String &&value)
ProfilerConfig & AddProfilingParameters(const char *key, Aws::String &&value)
bool ProfilingIntervalInMillisecondsHasBeenSet() const
void SetProfilingParameters(Aws::Map< Aws::String, Aws::String > &&value)
void SetS3OutputPath(Aws::String &&value)
bool GetDisableProfiler() const
ProfilerConfig & AddProfilingParameters(const char *key, const char *value)
ProfilerConfig & AddProfilingParameters(Aws::String &&key, const Aws::String &value)
ProfilerConfig & WithS3OutputPath(Aws::String &&value)
void SetDisableProfiler(bool value)
const Aws::String & GetS3OutputPath() const
void SetProfilingParameters(const Aws::Map< Aws::String, Aws::String > &value)
ProfilerConfig & WithProfilingParameters(const Aws::Map< Aws::String, Aws::String > &value)
ProfilerConfig & AddProfilingParameters(const Aws::String &key, const Aws::String &value)
bool DisableProfilerHasBeenSet() const
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
ProfilerConfig & WithS3OutputPath(const char *value)
const Aws::Map< Aws::String, Aws::String > & GetProfilingParameters() const
ProfilerConfig & WithS3OutputPath(const Aws::String &value)
AWS_SAGEMAKER_API ProfilerConfig()
ProfilerConfig & WithDisableProfiler(bool value)
ProfilerConfig & WithProfilingIntervalInMilliseconds(long long value)
bool ProfilingParametersHasBeenSet() const
void SetS3OutputPath(const char *value)
ProfilerConfig & WithProfilingParameters(Aws::Map< Aws::String, Aws::String > &&value)
AWS_SAGEMAKER_API ProfilerConfig(Aws::Utils::Json::JsonView jsonValue)
ProfilerConfig & AddProfilingParameters(Aws::String &&key, Aws::String &&value)
long long GetProfilingIntervalInMilliseconds() const
void SetProfilingIntervalInMilliseconds(long long value)
bool S3OutputPathHasBeenSet() const
void SetS3OutputPath(const Aws::String &value)
AWS_SAGEMAKER_API ProfilerConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
ProfilerConfig & AddProfilingParameters(Aws::String &&key, const char *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