Interface protos.google.dataflow.v1beta3.IStageSummary (3.0.2)

Properties of a StageSummary.

Package

@google-cloud/dataflow

Properties

endTime

endTime?: (google.protobuf.ITimestamp|null);

StageSummary endTime

metrics

metrics?: (google.dataflow.v1beta3.IMetricUpdate[]|null);

StageSummary metrics

progress

progress?: (google.dataflow.v1beta3.IProgressTimeseries|null);

StageSummary progress

stageId

stageId?: (string|null);

StageSummary stageId

startTime

startTime?: (google.protobuf.ITimestamp|null);

StageSummary startTime

state

state?: (google.dataflow.v1beta3.ExecutionState|keyof typeof google.dataflow.v1beta3.ExecutionState|null);

StageSummary state