7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/sagemaker/SageMaker_EXPORTS.h>
42 template <
typename S3OutputPathT = Aws::String>
44 m_s3OutputPathHasBeenSet =
true;
45 m_s3OutputPath = std::forward<S3OutputPathT>(value);
47 template <
typename S3OutputPathT = Aws::String>
63 m_profilingIntervalInMillisecondsHasBeenSet =
true;
64 m_profilingIntervalInMilliseconds = value;
86 template <
typename ProfilingParametersT = Aws::Map<Aws::String, Aws::String>>
88 m_profilingParametersHasBeenSet =
true;
89 m_profilingParameters = std::forward<ProfilingParametersT>(value);
91 template <
typename ProfilingParametersT = Aws::Map<Aws::String, Aws::String>>
96 template <
typename ProfilingParametersKeyT = Aws::String,
typename ProfilingParametersValueT = Aws::String>
98 m_profilingParametersHasBeenSet =
true;
99 m_profilingParameters.emplace(std::forward<ProfilingParametersKeyT>(key), std::forward<ProfilingParametersValueT>(value));
112 m_disableProfilerHasBeenSet =
true;
113 m_disableProfiler = value;
123 long long m_profilingIntervalInMilliseconds{0};
127 bool m_disableProfiler{
false};
128 bool m_s3OutputPathHasBeenSet =
false;
129 bool m_profilingIntervalInMillisecondsHasBeenSet =
false;
130 bool m_profilingParametersHasBeenSet =
false;
131 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