7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/machinelearning/MachineLearningRequest.h>
9#include <aws/machinelearning/MachineLearning_EXPORTS.h>
14namespace MachineLearning {
39 template <
typename MLModelIdT = Aws::String>
41 m_mLModelIdHasBeenSet =
true;
42 m_mLModelId = std::forward<MLModelIdT>(value);
44 template <
typename MLModelIdT = Aws::String>
57 template <
typename MLModelNameT = Aws::String>
59 m_mLModelNameHasBeenSet =
true;
60 m_mLModelName = std::forward<MLModelNameT>(value);
62 template <
typename MLModelNameT = Aws::String>
82 m_scoreThresholdHasBeenSet =
true;
83 m_scoreThreshold = value;
95 double m_scoreThreshold{0.0};
96 bool m_mLModelIdHasBeenSet =
false;
97 bool m_mLModelNameHasBeenSet =
false;
98 bool m_scoreThresholdHasBeenSet =
false;
UpdateMLModelRequest & WithScoreThreshold(double value)
const Aws::String & GetMLModelId() const
AWS_MACHINELEARNING_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
double GetScoreThreshold() const
void SetMLModelName(MLModelNameT &&value)
bool ScoreThresholdHasBeenSet() const
AWS_MACHINELEARNING_API Aws::String SerializePayload() const override
const Aws::String & GetMLModelName() const
bool MLModelIdHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetMLModelId(MLModelIdT &&value)
void SetScoreThreshold(double value)
AWS_MACHINELEARNING_API UpdateMLModelRequest()=default
UpdateMLModelRequest & WithMLModelId(MLModelIdT &&value)
UpdateMLModelRequest & WithMLModelName(MLModelNameT &&value)
bool MLModelNameHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String