pythonFileUris

@JvmName(name = "bxsppumemrkwenxy")
suspend fun pythonFileUris(value: Output<List<String>>)
@JvmName(name = "ilwkgtahytgyoqad")
suspend fun pythonFileUris(value: List<String>?)

Parameters

value

HCFS file URIs of Python files to pass to the PySpark framework. Supported file types: .py, .egg, and .zip.


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


@JvmName(name = "uhgvvgjsqdfmlqwu")
suspend fun pythonFileUris(values: List<Output<String>>)
@JvmName(name = "djacbsarvhvgcxby")
suspend fun pythonFileUris(vararg values: String)

Parameters

values

HCFS file URIs of Python files to pass to the PySpark framework. Supported file types: .py, .egg, and .zip.