stop_inference_scheduler
(**kwargs)¶Stops an inference scheduler.
See also: AWS API Documentation
Request Syntax
response = client.stop_inference_scheduler(
InferenceSchedulerName='string'
)
[REQUIRED]
The name of the inference scheduler to be stopped.
{
'ModelArn': 'string',
'ModelName': 'string',
'InferenceSchedulerName': 'string',
'InferenceSchedulerArn': 'string',
'Status': 'PENDING'|'RUNNING'|'STOPPING'|'STOPPED'
}
Response Structure
The Amazon Resource Name (ARN) of the ML model used by the inference scheduler being stopped.
The name of the ML model used by the inference scheduler being stopped.
The name of the inference scheduler being stopped.
The Amazon Resource Name (ARN) of the inference schedule being stopped.
Indicates the status of the inference scheduler.
Exceptions
LookoutEquipment.Client.exceptions.ValidationException
LookoutEquipment.Client.exceptions.ConflictException
LookoutEquipment.Client.exceptions.ResourceNotFoundException
LookoutEquipment.Client.exceptions.ThrottlingException
LookoutEquipment.Client.exceptions.AccessDeniedException
LookoutEquipment.Client.exceptions.InternalServerException