Skip to contents

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.

Usage

machinelearning_get_ml_model(MLModelId, Verbose = NULL)

Arguments

MLModelId

[required] The ID assigned to the MLModel at creation.

Verbose

Specifies whether the get_ml_model operation should return Recipe.

If true, Recipe is returned.

If false, Recipe is not returned.