7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/sagemaker/SageMaker_EXPORTS.h>
9#include <aws/sagemaker/model/RealTimeInferenceRecommendation.h>
10#include <aws/sagemaker/model/RecommendationStatus.h>
50 m_recommendationStatusHasBeenSet =
true;
51 m_recommendationStatus = value;
66 return m_realTimeInferenceRecommendations;
69 template <
typename RealTimeInferenceRecommendationsT = Aws::Vector<RealTimeInferenceRecommendation>>
71 m_realTimeInferenceRecommendationsHasBeenSet =
true;
72 m_realTimeInferenceRecommendations = std::forward<RealTimeInferenceRecommendationsT>(value);
74 template <
typename RealTimeInferenceRecommendationsT = Aws::Vector<RealTimeInferenceRecommendation>>
79 template <
typename RealTimeInferenceRecommendationsT = RealTimeInferenceRecommendation>
81 m_realTimeInferenceRecommendationsHasBeenSet =
true;
82 m_realTimeInferenceRecommendations.emplace_back(std::forward<RealTimeInferenceRecommendationsT>(value));
90 bool m_recommendationStatusHasBeenSet =
false;
91 bool m_realTimeInferenceRecommendationsHasBeenSet =
false;
void SetRealTimeInferenceRecommendations(RealTimeInferenceRecommendationsT &&value)
DeploymentRecommendation & WithRecommendationStatus(RecommendationStatus value)
DeploymentRecommendation & AddRealTimeInferenceRecommendations(RealTimeInferenceRecommendationsT &&value)
void SetRecommendationStatus(RecommendationStatus value)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
bool RecommendationStatusHasBeenSet() const
RecommendationStatus GetRecommendationStatus() const
AWS_SAGEMAKER_API DeploymentRecommendation()=default
DeploymentRecommendation & WithRealTimeInferenceRecommendations(RealTimeInferenceRecommendationsT &&value)
bool RealTimeInferenceRecommendationsHasBeenSet() const
AWS_SAGEMAKER_API DeploymentRecommendation & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SAGEMAKER_API DeploymentRecommendation(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< RealTimeInferenceRecommendation > & GetRealTimeInferenceRecommendations() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue