pythonCodeReference

@JvmName(name = "mwqacywcudbawcgd")
suspend fun pythonCodeReference(value: Output<List<Any>>)
@JvmName(name = "iidjhqribsrnlxwy")
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 = "chxjdvatofbljnwo")
suspend fun pythonCodeReference(vararg values: Output<Any>)


@JvmName(name = "vsgxaviclvbupcbr")
suspend fun pythonCodeReference(values: List<Output<Any>>)
@JvmName(name = "systnuiepjcfwsxe")
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.