Values.FlywheelPropertiesSourceThe flywheel properties.
type nonrec t = {flywheelArn : ComprehendFlywheelArn.t option;The Amazon Resource Number (ARN) of the flywheel.
*)activeModelArn : ComprehendModelArn.t option;The Amazon Resource Number (ARN) of the active model version.
*)dataAccessRoleArn : IamRoleArn.t option;The Amazon Resource Name (ARN) of the IAM role that grants Amazon Comprehend permission to access the flywheel data.
*)taskConfig : TaskConfig.t option;Configuration about the model associated with a flywheel.
*)dataLakeS3Uri : S3Uri.t option;Amazon S3 URI of the data lake location.
*)dataSecurityConfig : DataSecurityConfig.t option;Data security configuration.
*)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
| `Structure of
(string
* [> `Enum of string
| `String of KmsKeyId.t
| `Structure of
(string
* [> `Enum of string
| `List of
[> `String of LabelListItem.t
| `Structure of
(string * [> `String of EntityTypeName.t ]) list ]
list ])
list ])
list
| `Timestamp of Timestamp.t ])
list ]