machinelearning_get_ml_model: Returns an MLModel that includes detailed metadata, data...

View source: R/machinelearning_operations.R

machinelearning_get_ml_modelR Documentation

Returns an MLModel that includes detailed metadata, data source information, and the current status of the MLModel

Description

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.


paws.machine.learning documentation built on Sept. 12, 2024, 6:23 a.m.