View Source GoogleApi.Dataflow.V1b3.Model.StageSummary (google_api_dataflow v0.52.0)
Information about a particular execution stage of a job.
Attributes
-
endTime
(type:DateTime.t
, default:nil
) - 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. -
metrics
(type:list(GoogleApi.Dataflow.V1b3.Model.MetricUpdate.t)
, default:nil
) - Metrics for this stage. -
progress
(type:GoogleApi.Dataflow.V1b3.Model.ProgressTimeseries.t
, default:nil
) - Progress for this stage. Only applicable to Batch jobs. -
stageId
(type:String.t
, default:nil
) - ID of this stage -
startTime
(type:DateTime.t
, default:nil
) - Start time of this stage. -
state
(type:String.t
, default:nil
) - State of this stage. -
stragglerSummary
(type:GoogleApi.Dataflow.V1b3.Model.StragglerSummary.t
, default:nil
) - Straggler summary for this stage.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dataflow.V1b3.Model.StageSummary{ endTime: DateTime.t() | nil, metrics: [GoogleApi.Dataflow.V1b3.Model.MetricUpdate.t()] | nil, progress: GoogleApi.Dataflow.V1b3.Model.ProgressTimeseries.t() | nil, stageId: String.t() | nil, startTime: DateTime.t() | nil, state: String.t() | nil, stragglerSummary: GoogleApi.Dataflow.V1b3.Model.StragglerSummary.t() | nil }