Values.FoundationModelLifecycleSourceDetails about whether a model version is available or deprecated.
type nonrec t = {status : FoundationModelLifecycleStatus.t option;Specifies whether a model version is available (ACTIVE) or deprecated (LEGACY.
*)startOfLifeTime : Timestamp.t option;Launch time when the model first becomes available
*)endOfLifeTime : Timestamp.t option;Time when the model is no longer available for use
*)legacyTime : Timestamp.t option;Time when the model enters legacy state. Models in legacy state can still be used, but users should plan to transition to an Active model before the end of life time
*)publicExtendedAccessTime : Timestamp.t option;Public extended access portion of the legacy period, when users should expect higher pricing
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `Timestamp of Timestamp.t ]) list ]