Interface TimeoutConfig.Builder

  • Method Details

    • runTimeoutInMinutes

      TimeoutConfig.Builder runTimeoutInMinutes(Integer runTimeoutInMinutes)

      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).

      Parameters:
      runTimeoutInMinutes - 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).
      Returns:
      Returns a reference to this object so that method calls can be chained together.