Interface WorkerComputeConfiguration.Builder

  • Method Details

    • type

      The worker compute configuration type.

      Parameters:
      type - The worker compute configuration type.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • type

      The worker compute configuration type.

      Parameters:
      type - The worker compute configuration type.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • number

      The number of workers.

      SQL queries support a minimum value of 2 and a maximum value of 400.

      PySpark jobs support a minimum value of 4 and a maximum value of 128.

      Parameters:
      number - The number of workers.

      SQL queries support a minimum value of 2 and a maximum value of 400.

      PySpark jobs support a minimum value of 4 and a maximum value of 128.

      Returns:
      Returns a reference to this object so that method calls can be chained together.