Interface PackageConfig.Builder

  • Method Details

    • packageManager

      PackageConfig.Builder packageManager(String packageManager)

      The package manager for the notebook run environment. The default value is UV.

      Parameters:
      packageManager - The package manager for the notebook run environment. The default value is UV.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • packageManager

      PackageConfig.Builder packageManager(PackageManager packageManager)

      The package manager for the notebook run environment. The default value is UV.

      Parameters:
      packageManager - The package manager for the notebook run environment. The default value is UV.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • packageSpecification

      PackageConfig.Builder packageSpecification(String packageSpecification)

      The package specification content for the notebook run environment. The maximum length is 10240 characters.

      Parameters:
      packageSpecification - The package specification content for the notebook run environment. The maximum length is 10240 characters.
      Returns:
      Returns a reference to this object so that method calls can be chained together.