7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/sagemaker/model/ModelInfrastructureType.h>
9#include <aws/sagemaker/model/RealTimeInferenceConfig.h>
61 template<
typename RealTimeInferenceConfigT = RealTimeInferenceConfig>
62 void SetRealTimeInferenceConfig(RealTimeInferenceConfigT&& value) { m_realTimeInferenceConfigHasBeenSet =
true; m_realTimeInferenceConfig = std::forward<RealTimeInferenceConfigT>(value); }
63 template<
typename RealTimeInferenceConfigT = RealTimeInferenceConfig>
69 bool m_infrastructureTypeHasBeenSet =
false;
71 RealTimeInferenceConfig m_realTimeInferenceConfig;
72 bool m_realTimeInferenceConfigHasBeenSet =
false;
bool InfrastructureTypeHasBeenSet() const
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
void SetRealTimeInferenceConfig(RealTimeInferenceConfigT &&value)
ModelInfrastructureType GetInfrastructureType() const
const RealTimeInferenceConfig & GetRealTimeInferenceConfig() const
AWS_SAGEMAKER_API ModelInfrastructureConfig(Aws::Utils::Json::JsonView jsonValue)
AWS_SAGEMAKER_API ModelInfrastructureConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
ModelInfrastructureConfig & WithRealTimeInferenceConfig(RealTimeInferenceConfigT &&value)
ModelInfrastructureConfig & WithInfrastructureType(ModelInfrastructureType value)
bool RealTimeInferenceConfigHasBeenSet() const
void SetInfrastructureType(ModelInfrastructureType value)
AWS_SAGEMAKER_API ModelInfrastructureConfig()=default
Aws::Utils::Json::JsonValue JsonValue