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