7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/sagemaker/model/InferenceMetrics.h>
9#include <aws/sagemaker/model/EndpointInfo.h>
48 template<
typename MetricsT = InferenceMetrics>
49 void SetMetrics(MetricsT&& value) { m_metricsHasBeenSet =
true; m_metrics = std::forward<MetricsT>(value); }
50 template<
typename MetricsT = InferenceMetrics>
58 template<
typename Endpo
intInfoT = Endpo
intInfo>
59 void SetEndpointInfo(EndpointInfoT&& value) { m_endpointInfoHasBeenSet =
true; m_endpointInfo = std::forward<EndpointInfoT>(value); }
60 template<
typename Endpo
intInfoT = Endpo
intInfo>
66 bool m_metricsHasBeenSet =
false;
69 bool m_endpointInfoHasBeenSet =
false;
Aws::Utils::Json::JsonValue JsonValue