Values_2.PartnerAppSummarySourceA subset of information related to a SageMaker Partner AI App. This information is used as part of the ListPartnerApps API response.
type nonrec t = {arn : Values_1.PartnerAppArn.t option;The ARN of the SageMaker Partner AI App.
*)name : Values_1.PartnerAppName.t option;The name of the SageMaker Partner AI App.
*)type_ : Values_1.PartnerAppType.t option;The type of SageMaker Partner AI App to create. Must be one of the following: lakera-guard, comet, deepchecks-llm-evaluation, or fiddler.
*)status : Values_1.PartnerAppStatus.t option;The status of the SageMaker Partner AI App.
*)creationTime : Values_0.Timestamp.t option;The creation time of the SageMaker Partner AI App.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of Values_1.PartnerAppArn.t
| `Timestamp of Values_0.Timestamp.t ])
list ]