Values_1.DescribePartnerAppRequestSourceGets information about a SageMaker Partner AI App.
type nonrec t = {arn : PartnerAppArn.t;The ARN of the SageMaker Partner AI App to describe.
*)includeAvailableUpgrade : Values_0.Boolean.t option;When set to TRUE, the response includes available upgrade information for the SageMaker Partner AI App. Default is FALSE.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Values_0.Boolean.t | `String of PartnerAppArn.t ])
list ]