Interface CreateScriptResponse.Builder

  • Method Details

    • pythonScript

      CreateScriptResponse.Builder pythonScript(String pythonScript)

      The Python script generated from the DAG.

      Parameters:
      pythonScript - The Python script generated from the DAG.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • scalaCode

      CreateScriptResponse.Builder scalaCode(String scalaCode)

      The Scala code generated from the DAG.

      Parameters:
      scalaCode - The Scala code generated from the DAG.
      Returns:
      Returns a reference to this object so that method calls can be chained together.