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¶
machinelearning_update_ml_model(MLModelId, MLModelName, ScoreThreshold)
Arguments¶
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
|
Value¶
A list with the following syntax:
list(
MLModelId = "string"
)
Request syntax¶
svc$update_ml_model(
MLModelId = "string",
MLModelName = "string",
ScoreThreshold = 123.0
)