Comprehend / Client / start_flywheel_iteration

start_flywheel_iteration#

Comprehend.Client.start_flywheel_iteration(**kwargs)#

Start the flywheel iteration.This operation uses any new datasets to train a new model version. For more information about flywheels, see Flywheel overview in the Amazon Comprehend Developer Guide.

See also: AWS API Documentation

Request Syntax

response = client.start_flywheel_iteration(
    FlywheelArn='string',
    ClientRequestToken='string'
)
Parameters:
  • FlywheelArn (string) –

    [REQUIRED]

    The ARN of the flywheel.

  • ClientRequestToken (string) – A unique identifier for the request. If you don’t set the client request token, Amazon Comprehend generates one.

Return type:

dict

Returns:

Response Syntax

{
    'FlywheelArn': 'string',
    'FlywheelIterationId': 'string'
}

Response Structure

  • (dict) –

    • FlywheelArn (string) –

    • FlywheelIterationId (string) –

Exceptions

  • Comprehend.Client.exceptions.InvalidRequestException

  • Comprehend.Client.exceptions.TooManyRequestsException

  • Comprehend.Client.exceptions.ResourceInUseException

  • Comprehend.Client.exceptions.ResourceNotFoundException

  • Comprehend.Client.exceptions.InternalServerException