JobExecutionInfoResponse

data class JobExecutionInfoResponse(val stages: Map<String, String>)

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

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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