LookoutEquipment / Client / delete_retraining_scheduler
delete_retraining_scheduler#
- LookoutEquipment.Client.delete_retraining_scheduler(**kwargs)#
Deletes a retraining scheduler from a model. The retraining scheduler must be in the
STOPPED
status.See also: AWS API Documentation
Request Syntax
response = client.delete_retraining_scheduler( ModelName='string' )
- Parameters:
ModelName (string) –
[REQUIRED]
The name of the model whose retraining scheduler you want to delete.
- Returns:
None
Exceptions
LookoutEquipment.Client.exceptions.ValidationException
LookoutEquipment.Client.exceptions.ResourceNotFoundException
LookoutEquipment.Client.exceptions.ConflictException
LookoutEquipment.Client.exceptions.ThrottlingException
LookoutEquipment.Client.exceptions.AccessDeniedException
LookoutEquipment.Client.exceptions.InternalServerException