Enum ReasoningEngineSpec.IdentityType (3.96.0)

public enum ReasoningEngineSpec.IdentityType extends Enum<ReasoningEngineSpec.IdentityType> implements ProtocolMessageEnum

The identity type to use for the Reasoning Engine.

Protobuf enum google.cloud.aiplatform.v1beta1.ReasoningEngineSpec.IdentityType

Implements

ProtocolMessageEnum

Static Fields

Name Description
AGENT_IDENTITY

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

AGENT_IDENTITY = 3;

AGENT_IDENTITY_VALUE

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

AGENT_IDENTITY = 3;

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

IDENTITY_TYPE_UNSPECIFIED = 0;

IDENTITY_TYPE_UNSPECIFIED_VALUE

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.

IDENTITY_TYPE_UNSPECIFIED = 0;

SERVICE_ACCOUNT

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.

SERVICE_ACCOUNT = 2;

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

SERVICE_ACCOUNT = 2;

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()