Values.StartFlywheelIterationRequestSourceStart 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.
type nonrec t = {flywheelArn : ComprehendFlywheelArn.t;The ARN of the flywheel.
*)clientRequestToken : ClientRequestTokenString.t option;A unique identifier for the request. If you don't set the client request token, Amazon Comprehend generates one.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of ComprehendFlywheelArn.t ]) list ]