Skip to main content

ActionOutputs

A class representing the outputs of an action. It is used to manage the outputs of a task and its state on the< br > remote Union API.

Attributes

  • pb2: run_definition_pb2.Outputs
    • The protobuf object representing the outputs.

Constructors

  • Initializes the ActionOutputs object. Note that the attributes are set in new.

  • Parameters

    • pb2: run_definition_pb2.Outputs
      • The Protocol Buffer representation of the outputs.
    • data: Tuple[Any, ...]
      • A tuple containing the actual output data.