pyFileUris

@JvmName(name = "bqillhiqwxelqvjo")
suspend fun pyFileUris(value: Output<List<String>>)
@JvmName(name = "guipgrncrugynbjp")
suspend fun pyFileUris(value: List<String>?)

Parameters

value

Python files to be placed on the PYTHONPATH for PySpark application. Supported file types: .py, .egg, and .zip. For more information about Apache Spark, see Apache Spark.


@JvmName(name = "bmwwefmotictnahp")
suspend fun pyFileUris(vararg values: Output<String>)


@JvmName(name = "cqcfvpwloquatnsn")
suspend fun pyFileUris(values: List<Output<String>>)
@JvmName(name = "ettmngkpglwsyhxn")
suspend fun pyFileUris(vararg values: String)

Parameters

values

Python files to be placed on the PYTHONPATH for PySpark application. Supported file types: .py, .egg, and .zip. For more information about Apache Spark, see Apache Spark.