View Source GoogleApi.Dataflow.V1b3.Model.WorkItemDetails (google_api_dataflow v0.51.0)
Information about an individual work item execution.
Attributes
-
attemptId(type:String.t, default:nil) - Attempt ID of this work item -
endTime(type:DateTime.t, default:nil) - End time of this work item attempt. If the work item is completed, this is the actual end time of the work item. Otherwise, it is the predicted end time. -
metrics(type:list(GoogleApi.Dataflow.V1b3.Model.MetricUpdate.t), default:nil) - Metrics for this work item. -
progress(type:GoogleApi.Dataflow.V1b3.Model.ProgressTimeseries.t, default:nil) - Progress of this work item. -
startTime(type:DateTime.t, default:nil) - Start time of this work item attempt. -
state(type:String.t, default:nil) - State of this work item. -
stragglerInfo(type:GoogleApi.Dataflow.V1b3.Model.StragglerInfo.t, default:nil) - Information about straggler detections for this work item. -
taskId(type:String.t, default:nil) - Name of this work item.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dataflow.V1b3.Model.WorkItemDetails{ attemptId: String.t() | nil, endTime: DateTime.t() | nil, metrics: [GoogleApi.Dataflow.V1b3.Model.MetricUpdate.t()] | nil, progress: GoogleApi.Dataflow.V1b3.Model.ProgressTimeseries.t() | nil, startTime: DateTime.t() | nil, state: String.t() | nil, stragglerInfo: GoogleApi.Dataflow.V1b3.Model.StragglerInfo.t() | nil, taskId: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.