7#include <aws/cleanrooms/CleanRooms_EXPORTS.h>
8#include <aws/cleanrooms/model/ModelTrainingPaymentConfig.h>
9#include <aws/cleanrooms/model/ModelInferencePaymentConfig.h>
48 template<
typename ModelTrainingT = ModelTrainingPaymentConfig>
49 void SetModelTraining(ModelTrainingT&& value) { m_modelTrainingHasBeenSet =
true; m_modelTraining = std::forward<ModelTrainingT>(value); }
50 template<
typename ModelTrainingT = ModelTrainingPaymentConfig>
60 template<
typename ModelInferenceT = ModelInferencePaymentConfig>
61 void SetModelInference(ModelInferenceT&& value) { m_modelInferenceHasBeenSet =
true; m_modelInference = std::forward<ModelInferenceT>(value); }
62 template<
typename ModelInferenceT = ModelInferencePaymentConfig>
68 bool m_modelTrainingHasBeenSet =
false;
71 bool m_modelInferenceHasBeenSet =
false;
const ModelInferencePaymentConfig & GetModelInference() const
bool ModelInferenceHasBeenSet() const
void SetModelInference(ModelInferenceT &&value)
MLPaymentConfig & WithModelTraining(ModelTrainingT &&value)
AWS_CLEANROOMS_API MLPaymentConfig(Aws::Utils::Json::JsonView jsonValue)
AWS_CLEANROOMS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_CLEANROOMS_API MLPaymentConfig()=default
const ModelTrainingPaymentConfig & GetModelTraining() const
AWS_CLEANROOMS_API MLPaymentConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetModelTraining(ModelTrainingT &&value)
MLPaymentConfig & WithModelInference(ModelInferenceT &&value)
bool ModelTrainingHasBeenSet() const
Aws::Utils::Json::JsonValue JsonValue