7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/sagemaker/model/ModelInfrastructureType.h>
9#include <aws/sagemaker/model/RealTimeInferenceConfig.h>
45 m_infrastructureTypeHasBeenSet =
true;
46 m_infrastructureType = value;
61 template <
typename RealTimeInferenceConfigT = RealTimeInferenceConfig>
63 m_realTimeInferenceConfigHasBeenSet =
true;
64 m_realTimeInferenceConfig = std::forward<RealTimeInferenceConfigT>(value);
66 template <
typename RealTimeInferenceConfigT = RealTimeInferenceConfig>
75 RealTimeInferenceConfig m_realTimeInferenceConfig;
76 bool m_infrastructureTypeHasBeenSet =
false;
77 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