Vertex AI v1 API - Enum ReasoningEngineSpec.Types.IdentityType (3.73.0)

public enum ReasoningEngineSpec.Types.IdentityType

Reference documentation and code samples for the Vertex AI v1 API enum ReasoningEngineSpec.Types.IdentityType.

The identity type to use for the Reasoning Engine.

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Fields

Name Description
AgentIdentity

Use Agent Identity. The service_account field must not be set.

ServiceAccount

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.

Unspecified

Default 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.