Start Flywheel Iteration
comprehend_start_flywheel_iteration | 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.
Usage¶
comprehend_start_flywheel_iteration(FlywheelArn, ClientRequestToken)
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. |
Value¶
A list with the following syntax:
list(
FlywheelArn = "string",
FlywheelIterationId = "string"
)
Request syntax¶
svc$start_flywheel_iteration(
FlywheelArn = "string",
ClientRequestToken = "string"
)