View source: R/machinelearning_operations.R
machinelearning_update_ml_model | R Documentation |
Updates the MLModelName
and the ScoreThreshold
of an MLModel
.
See https://www.paws-r-sdk.com/docs/machinelearning_update_ml_model/ for full documentation.
machinelearning_update_ml_model(
MLModelId,
MLModelName = NULL,
ScoreThreshold = NULL
)
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.