Module Values.TimeoutConfigSource

The timeout configuration for a notebook run in Amazon SageMaker Unified Studio.

Sourcetype nonrec t = {
  1. runTimeoutInMinutes : TimeoutConfigRunTimeoutInMinutesInteger.t option;
    (*

    The timeout for the notebook run, in minutes. The minimum value is 60 minutes (1 hour), the maximum value is 1440 minutes (24 hours), and the default value is 720 minutes (12 hours).

    *)
}
Sourceval make : ?runTimeoutInMinutes:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of TimeoutConfigRunTimeoutInMinutesInteger.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