pyFileUris

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


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