public enum Event.Type extends Enum<Event.Type> implements ProtocolMessageEnumDescribes whether an Event's Artifact is the Execution's input or output.
Protobuf enum google.cloud.aiplatform.v1.Event.Type
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
INPUT |
An input of the Execution. |
INPUT_VALUE |
An input of the Execution. |
OUTPUT |
An output of the Execution. |
OUTPUT_VALUE |
An output of the Execution. |
TYPE_UNSPECIFIED |
Unspecified whether input or output of the Execution. |
TYPE_UNSPECIFIED_VALUE |
Unspecified whether input or output of the Execution. |
UNRECOGNIZED |
|
Static Methods |
|
|---|---|
| Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
|
Methods |
|
|---|---|
| Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |
|