StageSchedule(mapping=None, *, ignore_unknown_fields=False, **kwargs)Timing information for the stage execution.
Attributes |
|
|---|---|
| Name | Description |
estimated_start_time |
google.protobuf.timestamp_pb2.Timestamp
When the stage is expected to start. Set only if the stage has not started yet. |
actual_start_time |
google.protobuf.timestamp_pb2.Timestamp
Actual start time of the stage. Set only if the stage has started. |
estimated_end_time |
google.protobuf.timestamp_pb2.Timestamp
When the stage is expected to end. Set only if the stage has not completed yet. |
actual_end_time |
google.protobuf.timestamp_pb2.Timestamp
Actual end time of the stage. Set only if the stage has completed. |