Updates the MLModelName and the ScoreThreshold of an MLModel
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.
machinelearning_update_ml_model(MLModelId, MLModelName, ScoreThreshold)
MLModelId |
[required] The ID assigned to the |
MLModelName |
A user-supplied name or description of the |
ScoreThreshold |
The Output values greater than or equal to the |
A list with the following syntax:
list( MLModelId = "string" )
svc$update_ml_model( MLModelId = "string", MLModelName = "string", ScoreThreshold = 123.0 )
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.