Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class IdentityType.
The identity type to use for the Reasoning Engine.
Protobuf type google.cloud.aiplatform.v1.ReasoningEngineSpec.IdentityType
Namespace
Google \ Cloud \ AIPlatform \ V1 \ ReasoningEngineSpecMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
IDENTITY_TYPE_UNSPECIFIED
Value: 0Default value. Use a custom service account if the service_account
field is set, otherwise use the default Vertex AI Reasoning Engine
Service Agent in the project. Same behavior as SERVICE_ACCOUNT.
Generated from protobuf enum IDENTITY_TYPE_UNSPECIFIED = 0;
SERVICE_ACCOUNT
Value: 2Use a custom service account if the service_account field is set,
otherwise use the default Vertex AI Reasoning Engine Service Agent in the
project.
Generated from protobuf enum SERVICE_ACCOUNT = 2;
AGENT_IDENTITY
Value: 3Use Agent Identity. The service_account field must not be set.
Generated from protobuf enum AGENT_IDENTITY = 3;