Values.FlywheelIterationPropertiesSourceThe configuration properties of a flywheel iteration.
type nonrec t = {flywheelArn : ComprehendFlywheelArn.t option;flywheelIterationId : FlywheelIterationId.t option;creationTime : Timestamp.t option;The creation start time of the flywheel iteration.
*)endTime : Timestamp.t option;The completion time of this flywheel iteration.
*)status : FlywheelIterationStatus.t option;The status of the flywheel iteration.
*)message : AnyLengthString.t option;A description of the status of the flywheel iteration.
*)evaluatedModelArn : ComprehendModelArn.t option;The ARN of the evaluated model associated with this flywheel iteration.
*)evaluatedModelMetrics : FlywheelModelEvaluationMetrics.t option;trainedModelArn : ComprehendModelArn.t option;The ARN of the trained model associated with this flywheel iteration.
*)trainedModelMetrics : FlywheelModelEvaluationMetrics.t option;The metrics associated with the trained model.
*)evaluationManifestS3Prefix : S3Uri.t option;}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of ComprehendFlywheelArn.t
| `Structure of (string * [> `Double of Double.t ]) list
| `Timestamp of Timestamp.t ])
list ]