machinelearning_update_ml_model {paws.machine.learning} | R Documentation |
Updates the MLModelName and the ScoreThreshold of an MLModel
Description
Updates the MLModelName
and the ScoreThreshold
of an MLModel
.
See https://www.paws-r-sdk.com/docs/machinelearning_update_ml_model/ for full documentation.
Usage
machinelearning_update_ml_model(
MLModelId,
MLModelName = NULL,
ScoreThreshold = NULL
)
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 |
[Package paws.machine.learning version 0.9.0 Index]