Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

machinelearning_delete_ml_model

Assigns the DELETED status to an MLModel, rendering it unusable


Description

Assigns the DELETED status to an MLModel, rendering it unusable.

After using the delete_ml_model operation, you can use the get_ml_model operation to verify that the status of the MLModel changed to DELETED.

Caution: The result of the delete_ml_model operation is irreversible.

Usage

machinelearning_delete_ml_model(MLModelId)

Arguments

MLModelId

[required] A user-supplied ID that uniquely identifies the MLModel.

Value

A list with the following syntax:

list(
  MLModelId = "string"
)

Request syntax

svc$delete_ml_model(
  MLModelId = "string"
)

paws.machine.learning

Amazon Web Services Machine Learning Services

v0.1.11
Apache License (>= 2.0)
Authors
David Kretch [aut, cre], Adam Banker [aut], Amazon.com, Inc. [cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.