Update Ml Model
machinelearning_update_ml_model | R Documentation |
Updates the MLModelName and the ScoreThreshold of an MLModel¶
Description¶
Updates the MLModelName
and the ScoreThreshold
of an MLModel
.
You can use the get_ml_model
operation to view the contents of the
updated data element.
Usage¶
Arguments¶
MLModelId
[required] The ID assigned to the
MLModel
during creation.MLModelName
A user-supplied name or description of the
MLModel
.ScoreThreshold
The
ScoreThreshold
used in binary classificationMLModel
that marks the boundary between a positive prediction and a negative prediction.Output values greater than or equal to the
ScoreThreshold
receive a positive result from theMLModel
, such astrue
. Output values less than theScoreThreshold
receive a negative response from theMLModel
, such asfalse
.
Value¶
A list with the following syntax: