output Source Config
Parameters
value
A list of OutputSource
objects, each of which contains fields OutputS3Path
, ApplyNormalization
, and Output
.
Parameters
values
A list of OutputSource
objects, each of which contains fields OutputS3Path
, ApplyNormalization
, and Output
.
suspend fun outputSourceConfig(argument: List<suspend MatchingWorkflowOutputSourceArgsBuilder.() -> Unit>)
suspend fun outputSourceConfig(vararg argument: suspend MatchingWorkflowOutputSourceArgsBuilder.() -> Unit)
suspend fun outputSourceConfig(argument: suspend MatchingWorkflowOutputSourceArgsBuilder.() -> Unit)
Parameters
argument
A list of OutputSource
objects, each of which contains fields OutputS3Path
, ApplyNormalization
, and Output
.