Google Cloud Ai Platform V1 Client - Class Type (0.27.0)

Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class Type.

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

Protobuf type google.cloud.aiplatform.v1.Event.Type

Namespace

Google \ Cloud \ AIPlatform \ V1 \ Event

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

TYPE_UNSPECIFIED

Value: 0

Unspecified whether input or output of the Execution.

Generated from protobuf enum TYPE_UNSPECIFIED = 0;

INPUT

Value: 1

An input of the Execution.

Generated from protobuf enum INPUT = 1;

OUTPUT

Value: 2

An output of the Execution.

Generated from protobuf enum OUTPUT = 2;