Values.SolutionUpdateSummarySourceProvides a summary of the properties of a solution update. For a complete listing, call the DescribeSolution API.
type nonrec t = {solutionUpdateConfig : SolutionUpdateConfig.t option;The configuration details of the solution.
*)status : Status.t option;The status of the solution update. A solution update can be in one of the following states: CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
*)performAutoTraining : PerformAutoTraining.t option;Whether the solution automatically creates solution versions.
*)performIncrementalUpdate : PerformIncrementalUpdate.t option;A Boolean value that indicates whether incremental training updates are performed on the model. When enabled, this allows the model to learn from new data more frequently without requiring full retraining, which enables near real-time personalization. This parameter is supported only for solutions that use the semantic-similarity recipe.
*)creationDateTime : Date.t option;The date and time (in Unix format) that the solution update was created.
*)lastUpdatedDateTime : Date.t option;The date and time (in Unix time) that the solution update was last updated.
*)failureReason : FailureReason.t option;If a solution update fails, the reason behind the failure.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of PerformAutoTraining.t
| `String of Status.t
| `Structure of
(string
* [> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Double of EventTypeThresholdValue.t
| `String of EventType.t ])
list ]
list
| `String of SchedulingExpression.t ])
list ])
list
| `Timestamp of Date.t ])
list ]