Enum Event.Type (3.42.0)

public enum Event.Type extends Enum<Event.Type> implements ProtocolMessageEnum

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

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

Implements

ProtocolMessageEnum

Static Fields

NameDescription
INPUT

An input of the Execution.

INPUT = 1;

INPUT_VALUE

An input of the Execution.

INPUT = 1;

OUTPUT

An output of the Execution.

OUTPUT = 2;

OUTPUT_VALUE

An output of the Execution.

OUTPUT = 2;

TYPE_UNSPECIFIED

Unspecified whether input or output of the Execution.

TYPE_UNSPECIFIED = 0;

TYPE_UNSPECIFIED_VALUE

Unspecified whether input or output of the Execution.

TYPE_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()