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 \ EventMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
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;