View Source GoogleApi.Dataflow.V1b3.Model.MapTask (google_api_dataflow v0.48.0)

MapTask consists of an ordered set of instructions, each of which describes one particular low-level operation for the worker to perform in order to accomplish the MapTask's WorkItem. Each instruction must appear in the list before any instructions which depends on its output.

Attributes

  • counterPrefix (type: String.t, default: nil) - Counter prefix that can be used to prefix counters. Not currently used in Dataflow.
  • instructions (type: list(GoogleApi.Dataflow.V1b3.Model.ParallelInstruction.t), default: nil) - The instructions in the MapTask.
  • stageName (type: String.t, default: nil) - System-defined name of the stage containing this MapTask. Unique across the workflow.
  • systemName (type: String.t, default: nil) - System-defined name of this MapTask. Unique across the workflow.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Dataflow.V1b3.Model.MapTask{
  counterPrefix: String.t() | nil,
  instructions: [GoogleApi.Dataflow.V1b3.Model.ParallelInstruction.t()] | nil,
  stageName: String.t() | nil,
  systemName: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.