Returns an MLModel
that includes detailed metadata, data source information, and the current status of the MLModel
.
See https://www.paws-r-sdk.com/docs/machinelearning_get_ml_model/ for full documentation.
machinelearning_get_ml_model(MLModelId, Verbose = NULL)
[required] The ID assigned to the MLModel
at creation.
Specifies whether the get_ml_model
operation should return Recipe
.
If true, Recipe
is returned.
If false, Recipe
is not returned.