comprehend_list_flywheel_iteration_history {paws.machine.learning} | R Documentation |
Information about the history of a flywheel iteration
Description
Information about the history of a flywheel iteration. For more information about flywheels, see Flywheel overview in the Amazon Comprehend Developer Guide.
See https://www.paws-r-sdk.com/docs/comprehend_list_flywheel_iteration_history/ for full documentation.
Usage
comprehend_list_flywheel_iteration_history(
FlywheelArn,
Filter = NULL,
NextToken = NULL,
MaxResults = NULL
)
Arguments
FlywheelArn |
[required] The ARN of the flywheel. |
Filter |
Filter the flywheel iteration history based on creation time. |
NextToken |
Next token |
MaxResults |
Maximum number of iteration history results to return |
[Package paws.machine.learning version 0.7.0 Index]