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
fun JobExecutionInfoArgs(stages: Output<Map<String, String>>? = null)

Functions

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

Properties

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

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