pyFileUris

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


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