google_api_dataflow v0.0.1 GoogleApi.Dataflow.V1b3.Model.SeqMapTask View Source

Describes a particular function to invoke.

Attributes

  • inputs (List[SideInputInfo]): Information about each of the inputs. Defaults to: null.
  • name (String): The user-provided name of the SeqDo operation. Defaults to: null.
  • outputInfos (List[SeqMapTaskOutputInfo]): Information about each of the outputs. Defaults to: null.
  • stageName (String): System-defined name of the stage containing the SeqDo operation. Unique across the workflow. Defaults to: null.
  • systemName (String): System-defined name of the SeqDo operation. Unique across the workflow. Defaults to: null.
  • userFn (Object): The user function to invoke. Defaults to: null.