public sealed class StageSummary : IMessage<StageSummary>, IEquatable<StageSummary>, IDeepCloneable<StageSummary>, IBufferMessage, IMessage
Information about a particular execution stage of a job.
Implements
IMessage<StageSummary>, IEquatable<StageSummary>, IDeepCloneable<StageSummary>, IBufferMessage, IMessageNamespace
Google.Cloud.Dataflow.V1Beta3Assembly
Google.Cloud.Dataflow.V1Beta3.dll
Constructors
StageSummary()
public StageSummary()
StageSummary(StageSummary)
public StageSummary(StageSummary other)
Parameter | |
---|---|
Name | Description |
other | StageSummary |
Properties
EndTime
public Timestamp EndTime { get; set; }
End time of this stage.
If the work item is completed, this is the actual end time of the stage. Otherwise, it is the predicted end time.
Property Value | |
---|---|
Type | Description |
Timestamp |
Metrics
public RepeatedField<MetricUpdate> Metrics { get; }
Metrics for this stage.
Property Value | |
---|---|
Type | Description |
RepeatedField<MetricUpdate> |
Progress
public ProgressTimeseries Progress { get; set; }
Progress for this stage. Only applicable to Batch jobs.
Property Value | |
---|---|
Type | Description |
ProgressTimeseries |
StageId
public string StageId { get; set; }
ID of this stage
Property Value | |
---|---|
Type | Description |
String |
StartTime
public Timestamp StartTime { get; set; }
Start time of this stage.
Property Value | |
---|---|
Type | Description |
Timestamp |
State
public ExecutionState State { get; set; }
State of this stage.
Property Value | |
---|---|
Type | Description |
ExecutionState |