Module Values_1.CreatePresignedMlflowAppUrlRequestSource

Returns a presigned URL that you can use to connect to the MLflow UI attached to your MLflow App. For more information, see Launch the MLflow UI using a presigned URL.

Sourcetype nonrec t = {
  1. arn : MlflowAppArn.t;
    (*

    The ARN of the MLflow App to connect to your MLflow UI.

    *)
  2. expiresInSeconds : ExpiresInSeconds.t option;
    (*

    The duration in seconds that your presigned URL is valid. The presigned URL can be used only once.

    *)
  3. sessionExpirationDurationInSeconds : SessionExpirationDurationInSeconds.t option;
    (*

    The duration in seconds that your presigned URL is valid. The presigned URL can be used only once.

    *)
}
Sourceval context_ : string
Sourceval make : ?expiresInSeconds:??? -> ?sessionExpirationDurationInSeconds:??? -> arn:MlflowAppArn.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of ExpiresInSeconds.t | `String of MlflowAppArn.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