delete_algorithm

SageMaker.Client.delete_algorithm(**kwargs)

Removes the specified algorithm from your account.

See also: AWS API Documentation

Request Syntax

response = client.delete_algorithm(
    AlgorithmName='string'
)
Parameters
AlgorithmName (string) --

[REQUIRED]

The name of the algorithm to delete.

Returns
None