Interface protos.google.dataflow.v1beta3.IStageSummary

Properties of a StageSummary.

Package

@google-cloud/dataflow!

Properties

endTime

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

StageSummary endTime

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)

metrics

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

StageSummary metrics

Property Value
TypeDescription
(google.dataflow.v1beta3.IMetricUpdate[]|null)

progress

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

StageSummary progress

Property Value
TypeDescription
(google.dataflow.v1beta3.IProgressTimeseries|null)

stageId

stageId?: (string|null);

StageSummary stageId

Property Value
TypeDescription
(string|null)

startTime

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

StageSummary startTime

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)

state

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

StageSummary state

Property Value
TypeDescription
(google.dataflow.v1beta3.ExecutionState|keyof typeof google.dataflow.v1beta3.ExecutionState|null)