sdkPipelineOptions

@JvmName(name = "ehebatolfbyfnspg")
suspend fun sdkPipelineOptions(value: Output<Map<String, String>>)
@JvmName(name = "jnrambxrpxpmokwe")
suspend fun sdkPipelineOptions(value: Map<String, String>?)

Parameters

value

The Cloud Dataflow SDK pipeline options specified by the user. These options are passed through the service and are used to recreate the SDK pipeline options on the worker in a language agnostic and platform independent way.


@JvmName(name = "ymscppfkmomojvph")
fun sdkPipelineOptions(vararg values: Pair<String, String>)

Parameters

values

The Cloud Dataflow SDK pipeline options specified by the user. These options are passed through the service and are used to recreate the SDK pipeline options on the worker in a language agnostic and platform independent way.