GetScriptPlainArgs

data class GetScriptPlainArgs(val dagEdges: List<GetScriptDagEdge>, val dagNodes: List<GetScriptDagNode>, val language: String? = null) : ConvertibleToJava<GetScriptPlainArgs>

A collection of arguments for invoking getScript.

Constructors

Link copied to clipboard
constructor(dagEdges: List<GetScriptDagEdge>, dagNodes: List<GetScriptDagNode>, language: String? = null)

Properties

Link copied to clipboard

List of the edges in the DAG. Defined below.

Link copied to clipboard

List of the nodes in the DAG. Defined below.

Link copied to clipboard
val language: String? = null

Programming language of the resulting code from the DAG. Defaults to PYTHON. Valid values are PYTHON and SCALA.

Functions

Link copied to clipboard
open override fun toJava(): GetScriptPlainArgs