Module Values_0.AppDetailsSource

Details about an Amazon SageMaker AI app.

Sourcetype nonrec t = {
  1. domainId : DomainId.t option;
    (*

    The domain ID.

    *)
  2. userProfileName : UserProfileName.t option;
    (*

    The user profile name.

    *)
  3. spaceName : SpaceName.t option;
    (*

    The name of the space.

    *)
  4. appType : AppType.t option;
    (*

    The type of app.

    *)
  5. appName : AppName.t option;
    (*

    The name of the app.

    *)
  6. status : AppStatus.t option;
    (*

    The status.

    *)
  7. creationTime : CreationTime.t option;
    (*

    The creation time.

    *)
  8. resourceSpec : ResourceSpec.t option;
}
Sourceval make : ?domainId:??? -> ?userProfileName:??? -> ?spaceName:??? -> ?appType:??? -> ?appName:??? -> ?status:??? -> ?creationTime:??? -> ?resourceSpec:??? -> unit -> t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t