Class Type (1.24.1)

Type(value)

Describes whether an Event's Artifact is the Execution's input or output.

Values: TYPE_UNSPECIFIED (0): Unspecified whether input or output of the Execution. INPUT (1): An input of the Execution. OUTPUT (2): An output of the Execution.

Inheritance

builtins.object > builtins.int > builtins.object > enum.Enum > enum.IntEnum > proto.enums.Enum > Type