fileUris

@JvmName(name = "mxgilwbfpxhewnxr")
suspend fun fileUris(value: Output<List<String>>)
@JvmName(name = "nmilxivjeptajrrl")
suspend fun fileUris(value: List<String>?)

Parameters

value

HCFS URIs of files to be placed in the working directory of each executor. Useful for naively parallel tasks.


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


@JvmName(name = "affhjfdqasjderwp")
suspend fun fileUris(values: List<Output<String>>)
@JvmName(name = "fbbuxefteinilcpr")
suspend fun fileUris(vararg values: String)

Parameters

values

HCFS URIs of files to be placed in the working directory of each executor. Useful for naively parallel tasks.