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'
)
[REQUIRED]
The ARN of the flywheel.
dict
Response Syntax
{
'FlywheelArn': 'string',
'FlywheelIterationId': 'string'
}
Response Structure
Exceptions
Comprehend.Client.exceptions.InvalidRequestException
Comprehend.Client.exceptions.TooManyRequestsException
Comprehend.Client.exceptions.ResourceInUseException
Comprehend.Client.exceptions.ResourceNotFoundException
Comprehend.Client.exceptions.InternalServerException