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

sagemaker_delete_model

Deletes a model


Description

Deletes a model. The delete_model API deletes only the model entry that was created in Amazon SageMaker when you called the create_model API. It does not delete model artifacts, inference code, or the IAM role that you specified when creating the model.

Usage

sagemaker_delete_model(ModelName)

Arguments

ModelName

[required] The name of the model to delete.

Value

An empty list.

Request syntax

svc$delete_model(
  ModelName = "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.