pythonFileUris

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

Parameters

value

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


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


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

Parameters

values

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