Values_0.AvailableUpgradeSourceContains information about an available upgrade for a SageMaker Partner AI App, including the version number and release notes.
type nonrec t = {version : MajorMinorVersion.t option;The semantic version number of the available upgrade for the SageMaker Partner AI App.
*)releaseNotes : ReleaseNotesList.t option;A list of release notes describing the changes and improvements included in the available upgrade version.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of String1024.t ] list
| `String of MajorMinorVersion.t ])
list ]