JobExecutionInfoArgs

data class JobExecutionInfoArgs(val stages: Output<Map<String, String>>? = null) : ConvertibleToJava<JobExecutionInfoArgs>

Additional information about how a Cloud Dataflow job will be executed that isn't contained in the submitted job.

Constructors

Link copied to clipboard
constructor(stages: Output<Map<String, String>>? = null)

Properties

Link copied to clipboard
val stages: Output<Map<String, String>>? = null

A mapping from each stage to the information about that stage.

Functions

Link copied to clipboard
open override fun toJava(): JobExecutionInfoArgs