Vertex AI V1 API - Module Google::Cloud::AIPlatform::V1::Event::Type (v0.22.0)

Reference documentation and code samples for the Vertex AI V1 API module Google::Cloud::AIPlatform::V1::Event::Type.

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

Constants

TYPE_UNSPECIFIED

value: 0
Unspecified whether input or output of the Execution.

INPUT

value: 1
An input of the Execution.

OUTPUT

value: 2
An output of the Execution.