pythonCodeReference

@JvmName(name = "gcjxygkrmwhrgclr")
suspend fun pythonCodeReference(value: Output<List<Any>>)
@JvmName(name = "arspbkbjravajgie")
suspend fun pythonCodeReference(value: List<Any>?)

Parameters

value

Additional python code files used for reference in the main definition file, which will override the 'pyFiles' of the spark job definition you provide.


@JvmName(name = "jdqpqegjjyarnwcv")
suspend fun pythonCodeReference(vararg values: Output<Any>)


@JvmName(name = "nrrehhxmakonwmig")
suspend fun pythonCodeReference(values: List<Output<Any>>)
@JvmName(name = "ncbqlkoucjtckbvf")
suspend fun pythonCodeReference(vararg values: Any)

Parameters

values

Additional python code files used for reference in the main definition file, which will override the 'pyFiles' of the spark job definition you provide.