Enum Event.Types.Type (1.3.0)

public enum Type

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

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Fields

NameDescription
Input

An input of the Execution.

Output

An output of the Execution.

Unspecified

Unspecified whether input or output of the Execution.