Values_0.AppDetailsSourceDetails about an Amazon SageMaker AI app.
type nonrec t = {domainId : DomainId.t option;The domain ID.
*)userProfileName : UserProfileName.t option;The user profile name.
*)spaceName : SpaceName.t option;The name of the space.
*)appType : AppType.t option;The type of app.
*)appName : AppName.t option;The name of the app.
*)status : AppStatus.t option;The status.
*)creationTime : CreationTime.t option;The creation time.
*)resourceSpec : ResourceSpec.t option;}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of DomainId.t
| `Structure of
(string * [> `Enum of string | `String of ImageArn.t ]) list
| `Timestamp of CreationTime.t ])
list ]