comprehend_start_flywheel_iteration {paws.machine.learning} | R Documentation |
Start the flywheel iteration
Description
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 https://www.paws-r-sdk.com/docs/comprehend_start_flywheel_iteration/ for full documentation.
Usage
comprehend_start_flywheel_iteration(FlywheelArn, ClientRequestToken = NULL)
Arguments
FlywheelArn |
[required] The ARN of the flywheel. |
ClientRequestToken |
A unique identifier for the request. If you don't set the client request token, Amazon Comprehend generates one. |
[Package paws.machine.learning version 0.9.0 Index]