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>
48 template<
typename S3OutputPathT = Aws::String>
49 void SetS3OutputPath(S3OutputPathT&& value) { m_s3OutputPathHasBeenSet =
true; m_s3OutputPath = std::forward<S3OutputPathT>(value); }
50 template<
typename S3OutputPathT = Aws::String>
80 template<
typename ProfilingParametersT = Aws::Map<Aws::String, Aws::String>>
81 void SetProfilingParameters(ProfilingParametersT&& value) { m_profilingParametersHasBeenSet =
true; m_profilingParameters = std::forward<ProfilingParametersT>(value); }
82 template<
typename ProfilingParametersT = Aws::Map<Aws::String, Aws::String>>
84 template<
typename ProfilingParametersKeyT = Aws::String,
typename ProfilingParametersValueT = Aws::String>
86 m_profilingParametersHasBeenSet =
true; m_profilingParameters.emplace(std::forward<ProfilingParametersKeyT>(key), std::forward<ProfilingParametersValueT>(value));
return *
this;
97 inline void SetDisableProfiler(
bool value) { m_disableProfilerHasBeenSet =
true; m_disableProfiler = value; }
103 bool m_s3OutputPathHasBeenSet =
false;
105 long long m_profilingIntervalInMilliseconds{0};
106 bool m_profilingIntervalInMillisecondsHasBeenSet =
false;
109 bool m_profilingParametersHasBeenSet =
false;
111 bool m_disableProfiler{
false};
112 bool m_disableProfilerHasBeenSet =
false;
void SetS3OutputPath(S3OutputPathT &&value)
bool ProfilingIntervalInMillisecondsHasBeenSet() const
void SetProfilingParameters(ProfilingParametersT &&value)
bool GetDisableProfiler() const
void SetDisableProfiler(bool value)
const Aws::String & GetS3OutputPath() const
AWS_SAGEMAKER_API ProfilerConfig()=default
bool DisableProfilerHasBeenSet() const
ProfilerConfig & WithProfilingParameters(ProfilingParametersT &&value)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Map< Aws::String, Aws::String > & GetProfilingParameters() const
ProfilerConfig & WithDisableProfiler(bool value)
ProfilerConfig & WithProfilingIntervalInMilliseconds(long long value)
bool ProfilingParametersHasBeenSet() const
ProfilerConfig & WithS3OutputPath(S3OutputPathT &&value)
AWS_SAGEMAKER_API ProfilerConfig(Aws::Utils::Json::JsonView jsonValue)
ProfilerConfig & AddProfilingParameters(ProfilingParametersKeyT &&key, ProfilingParametersValueT &&value)
long long GetProfilingIntervalInMilliseconds() const
void SetProfilingIntervalInMilliseconds(long long value)
bool S3OutputPathHasBeenSet() const
AWS_SAGEMAKER_API ProfilerConfig & 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