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
MLModelduring creation.MLModelNameA user-supplied name or description of the
MLModel.ScoreThresholdThe
ScoreThresholdused in binary classificationMLModelthat marks the boundary between a positive prediction and a negative prediction.Output values greater than or equal to the
ScoreThresholdreceive a positive result from theMLModel, such astrue. Output values less than theScoreThresholdreceive a negative response from theMLModel, such asfalse.
Value¶
A list with the following syntax: