fileUris

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

Parameters

value

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


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


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

Parameters

values

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