LookoutEquipment / Client / delete_model
delete_model#
- LookoutEquipment.Client.delete_model(**kwargs)#
Deletes a machine learning model currently available for Amazon Lookout for Equipment. This will prevent it from being used with an inference scheduler, even one that is already set up.
See also: AWS API Documentation
Request Syntax
response = client.delete_model( ModelName='string' )
- Parameters:
ModelName (string) –
[REQUIRED]
The name of the machine learning model to be deleted.
- Returns:
None
Exceptions
LookoutEquipment.Client.exceptions.ResourceNotFoundException
LookoutEquipment.Client.exceptions.ThrottlingException
LookoutEquipment.Client.exceptions.InternalServerException
LookoutEquipment.Client.exceptions.ConflictException
LookoutEquipment.Client.exceptions.AccessDeniedException
LookoutEquipment.Client.exceptions.ValidationException