7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/sagemaker/SageMaker_EXPORTS.h>
9#include <aws/sagemaker/model/MetricsEndpoint.h>
52 template <
typename MetricsEndpo
intsT = Aws::Vector<MetricsEndpo
int>>
54 m_metricsEndpointsHasBeenSet =
true;
55 m_metricsEndpoints = std::forward<MetricsEndpointsT>(value);
57 template <
typename MetricsEndpo
intsT = Aws::Vector<MetricsEndpo
int>>
62 template <
typename MetricsEndpo
intsT = MetricsEndpo
int>
64 m_metricsEndpointsHasBeenSet =
true;
65 m_metricsEndpoints.emplace_back(std::forward<MetricsEndpointsT>(value));
71 bool m_metricsEndpointsHasBeenSet =
false;
AWS_SAGEMAKER_API ContainerMetricsConfig()=default
const Aws::Vector< MetricsEndpoint > & GetMetricsEndpoints() const
AWS_SAGEMAKER_API ContainerMetricsConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
ContainerMetricsConfig & WithMetricsEndpoints(MetricsEndpointsT &&value)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
bool MetricsEndpointsHasBeenSet() const
ContainerMetricsConfig & AddMetricsEndpoints(MetricsEndpointsT &&value)
void SetMetricsEndpoints(MetricsEndpointsT &&value)
AWS_SAGEMAKER_API ContainerMetricsConfig(Aws::Utils::Json::JsonView jsonValue)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue