22 namespace MachineLearning
55 inline void SetMLModelId(
const char* value) { m_mLModelIdHasBeenSet =
true; m_mLModelId.assign(value); }
90 inline void SetMLModelName(
const char* value) { m_mLModelNameHasBeenSet =
true; m_mLModelName.assign(value); }
127 inline void SetScoreThreshold(
double value) { m_scoreThresholdHasBeenSet =
true; m_scoreThreshold = value; }
142 bool m_mLModelIdHasBeenSet;
144 bool m_mLModelNameHasBeenSet;
145 double m_scoreThreshold;
146 bool m_scoreThresholdHasBeenSet;
void SetMLModelName(Aws::String &&value)
void SetMLModelId(Aws::String &&value)
UpdateMLModelRequest & WithScoreThreshold(double value)
UpdateMLModelRequest & WithMLModelName(const Aws::String &value)
void SetMLModelName(const char *value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
const Aws::String & GetMLModelId() const
const Aws::String & GetMLModelName() const
void SetMLModelId(const Aws::String &value)
UpdateMLModelRequest & WithMLModelId(const Aws::String &value)
UpdateMLModelRequest & WithMLModelId(Aws::String &&value)
void SetMLModelId(const char *value)
UpdateMLModelRequest & WithMLModelName(const char *value)
UpdateMLModelRequest & WithMLModelName(Aws::String &&value)
void SetMLModelName(const Aws::String &value)
UpdateMLModelRequest & WithMLModelId(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
double GetScoreThreshold() const
void SetScoreThreshold(double value)
#define AWS_MACHINELEARNING_API
JSON (JavaScript Object Notation).