LookoutEquipment / Client / stop_retraining_scheduler
stop_retraining_scheduler#
- LookoutEquipment.Client.stop_retraining_scheduler(**kwargs)#
- Stops a retraining scheduler. - See also: AWS API Documentation - Request Syntax- response = client.stop_retraining_scheduler( ModelName='string' ) - Parameters:
- ModelName (string) – - [REQUIRED] - The name of the model whose retraining scheduler you want to stop. 
- Return type:
- dict 
- Returns:
- Response Syntax- { 'ModelName': 'string', 'ModelArn': 'string', 'Status': 'PENDING'|'RUNNING'|'STOPPING'|'STOPPED' } - Response Structure- (dict) – - ModelName (string) – - The name of the model whose retraining scheduler is being stopped. 
- ModelArn (string) – - The ARN of the model whose retraining scheduler is being stopped. 
- Status (string) – - The status of the retraining scheduler. 
 
 
 - 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