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>
49 template<
typename S3OutputPathT = Aws::String>
50 void SetS3OutputPath(S3OutputPathT&& value) { m_s3OutputPathHasBeenSet =
true; m_s3OutputPath = std::forward<S3OutputPathT>(value); }
51 template<
typename S3OutputPathT = Aws::String>
81 template<
typename ProfilingParametersT = Aws::Map<Aws::String, Aws::String>>
82 void SetProfilingParameters(ProfilingParametersT&& value) { m_profilingParametersHasBeenSet =
true; m_profilingParameters = std::forward<ProfilingParametersT>(value); }
83 template<
typename ProfilingParametersT = Aws::Map<Aws::String, Aws::String>>
85 template<
typename ProfilingParametersKeyT = Aws::String,
typename ProfilingParametersValueT = Aws::String>
87 m_profilingParametersHasBeenSet =
true; m_profilingParameters.emplace(std::forward<ProfilingParametersKeyT>(key), std::forward<ProfilingParametersValueT>(value));
return *
this;
98 inline void SetDisableProfiler(
bool value) { m_disableProfilerHasBeenSet =
true; m_disableProfiler = value; }
104 bool m_s3OutputPathHasBeenSet =
false;
106 long long m_profilingIntervalInMilliseconds{0};
107 bool m_profilingIntervalInMillisecondsHasBeenSet =
false;
110 bool m_profilingParametersHasBeenSet =
false;
112 bool m_disableProfiler{
false};
113 bool m_disableProfilerHasBeenSet =
false;
const Aws::Map< Aws::String, Aws::String > & GetProfilingParameters() const
void SetDisableProfiler(bool value)
AWS_SAGEMAKER_API ProfilerConfigForUpdate(Aws::Utils::Json::JsonView jsonValue)
void SetProfilingIntervalInMilliseconds(long long value)
void SetProfilingParameters(ProfilingParametersT &&value)
void SetS3OutputPath(S3OutputPathT &&value)
ProfilerConfigForUpdate & WithS3OutputPath(S3OutputPathT &&value)
ProfilerConfigForUpdate & AddProfilingParameters(ProfilingParametersKeyT &&key, ProfilingParametersValueT &&value)
bool ProfilingIntervalInMillisecondsHasBeenSet() const
bool ProfilingParametersHasBeenSet() const
ProfilerConfigForUpdate & WithDisableProfiler(bool value)
bool S3OutputPathHasBeenSet() const
bool GetDisableProfiler() const
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetS3OutputPath() const
long long GetProfilingIntervalInMilliseconds() const
ProfilerConfigForUpdate & WithProfilingIntervalInMilliseconds(long long value)
bool DisableProfilerHasBeenSet() const
AWS_SAGEMAKER_API ProfilerConfigForUpdate()=default
ProfilerConfigForUpdate & WithProfilingParameters(ProfilingParametersT &&value)
AWS_SAGEMAKER_API ProfilerConfigForUpdate & operator=(Aws::Utils::Json::JsonView jsonValue)
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