google_api_dataflow v0.5.0 GoogleApi.Dataflow.V1b3.Model.MapTask View Source
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 (String.t): Counter prefix that can be used to prefix counters. Not currently used in Dataflow. Defaults to:
null
. - instructions ([ParallelInstruction]): The instructions in the MapTask. Defaults to:
null
. - stageName (String.t): System-defined name of the stage containing this MapTask. Unique across the workflow. Defaults to:
null
. - systemName (String.t): System-defined name of this MapTask. Unique across the workflow. Defaults to:
null
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.Dataflow.V1b3.Model.MapTask{
counterPrefix: any(),
instructions: [GoogleApi.Dataflow.V1b3.Model.ParallelInstruction.t()],
stageName: any(),
systemName: any()
}
t() :: %GoogleApi.Dataflow.V1b3.Model.MapTask{ counterPrefix: any(), instructions: [GoogleApi.Dataflow.V1b3.Model.ParallelInstruction.t()], stageName: any(), systemName: any() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.