Values.FlywheelSummarySourceFlywheel summary information.
type nonrec t = {flywheelArn : ComprehendFlywheelArn.t option;The Amazon Resource Number (ARN) of the flywheel
*)activeModelArn : ComprehendModelArn.t option;ARN of the active model version for the flywheel.
*)dataLakeS3Uri : S3Uri.t option;Amazon S3 URI of the data lake location.
*)status : FlywheelStatus.t option;The status of the flywheel.
*)modelType : ModelType.t option;Model type of the flywheel's model.
*)message : AnyLengthString.t option;A description of the status of the flywheel.
*)creationTime : Timestamp.t option;Creation time of the flywheel.
*)lastModifiedTime : Timestamp.t option;Last modified time for the flywheel.
*)latestFlywheelIteration : FlywheelIterationId.t option;The most recent flywheel iteration.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of ComprehendFlywheelArn.t
| `Timestamp of Timestamp.t ])
list ]