pyFileUris

@JvmName(name = "tkcarbmhokhxcxwx")
suspend fun pyFileUris(value: Output<List<String>>)
@JvmName(name = "jhbjupfuskxkookc")
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 = "loiaaxrfwlmreyfs")
suspend fun pyFileUris(vararg values: Output<String>)


@JvmName(name = "fmtsmlyorowcelud")
suspend fun pyFileUris(values: List<Output<String>>)
@JvmName(name = "xhunwdioqledfvng")
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.