7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
49 inline void SetPredefinedMetricType(
const char* value) { m_predefinedMetricTypeHasBeenSet =
true; m_predefinedMetricType.assign(value); }
57 bool m_predefinedMetricTypeHasBeenSet =
false;
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SAGEMAKER_API PredefinedMetricSpecification()
AWS_SAGEMAKER_API PredefinedMetricSpecification(Aws::Utils::Json::JsonView jsonValue)
PredefinedMetricSpecification & WithPredefinedMetricType(const char *value)
PredefinedMetricSpecification & WithPredefinedMetricType(const Aws::String &value)
bool PredefinedMetricTypeHasBeenSet() const
AWS_SAGEMAKER_API PredefinedMetricSpecification & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetPredefinedMetricType() const
void SetPredefinedMetricType(const char *value)
void SetPredefinedMetricType(const Aws::String &value)
void SetPredefinedMetricType(Aws::String &&value)
PredefinedMetricSpecification & WithPredefinedMetricType(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue