LookoutEquipment / Client / delete_inference_scheduler
delete_inference_scheduler#
- LookoutEquipment.Client.delete_inference_scheduler(**kwargs)#
- Deletes an inference scheduler that has been set up. Already processed output results are not affected. - See also: AWS API Documentation - Request Syntax- response = client.delete_inference_scheduler( InferenceSchedulerName='string' ) - Parameters:
- InferenceSchedulerName (string) – - [REQUIRED] - The name of the inference scheduler to be deleted. 
- 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