7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/sagemaker/model/RecommendationStatus.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/sagemaker/model/RealTimeInferenceRecommendation.h>
67 template<
typename RealTimeInferenceRecommendationsT = Aws::Vector<RealTimeInferenceRecommendation>>
68 void SetRealTimeInferenceRecommendations(RealTimeInferenceRecommendationsT&& value) { m_realTimeInferenceRecommendationsHasBeenSet =
true; m_realTimeInferenceRecommendations = std::forward<RealTimeInferenceRecommendationsT>(value); }
69 template<
typename RealTimeInferenceRecommendationsT = Aws::Vector<RealTimeInferenceRecommendation>>
71 template<
typename RealTimeInferenceRecommendationsT = RealTimeInferenceRecommendation>
77 bool m_recommendationStatusHasBeenSet =
false;
80 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