Values.TimeoutConfigSourceThe timeout configuration for a notebook run in Amazon SageMaker Unified Studio.
type nonrec t = {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).
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of TimeoutConfigRunTimeoutInMinutesInteger.t ])
list ]