LookoutEquipment / Client / start_retraining_scheduler

start_retraining_scheduler#

LookoutEquipment.Client.start_retraining_scheduler(**kwargs)#

Starts a retraining scheduler.

See also: AWS API Documentation

Request Syntax

response = client.start_retraining_scheduler(
    ModelName='string'
)
Parameters:

ModelName (string) –

[REQUIRED]

The name of the model whose retraining scheduler you want to start.

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 started.

    • ModelArn (string) –

      The ARN of the model whose retraining scheduler is being started.

    • Status (string) –

      The status of the retraining scheduler.

Exceptions