Enum FeatureGroup.ServiceAgentType (3.56.0)

public enum FeatureGroup.ServiceAgentType extends Enum<FeatureGroup.ServiceAgentType> implements ProtocolMessageEnum

Service agent type used during jobs under a FeatureGroup.

Protobuf enum google.cloud.aiplatform.v1beta1.FeatureGroup.ServiceAgentType

Implements

ProtocolMessageEnum

Static Fields

Name Description
SERVICE_AGENT_TYPE_FEATURE_GROUP

Enable a FeatureGroup service account to be created by Vertex AI and output in the field service_account_email. This service account will be used to read from the source BigQuery table during jobs under a FeatureGroup.

SERVICE_AGENT_TYPE_FEATURE_GROUP = 2;

SERVICE_AGENT_TYPE_FEATURE_GROUP_VALUE

Enable a FeatureGroup service account to be created by Vertex AI and output in the field service_account_email. This service account will be used to read from the source BigQuery table during jobs under a FeatureGroup.

SERVICE_AGENT_TYPE_FEATURE_GROUP = 2;

SERVICE_AGENT_TYPE_PROJECT

Specifies the project-level Vertex AI Service Agent (https://cloud.google.com/vertex-ai/docs/general/access-control#service-agents).

SERVICE_AGENT_TYPE_PROJECT = 1;

SERVICE_AGENT_TYPE_PROJECT_VALUE

Specifies the project-level Vertex AI Service Agent (https://cloud.google.com/vertex-ai/docs/general/access-control#service-agents).

SERVICE_AGENT_TYPE_PROJECT = 1;

SERVICE_AGENT_TYPE_UNSPECIFIED

By default, the project-level Vertex AI Service Agent is enabled.

SERVICE_AGENT_TYPE_UNSPECIFIED = 0;

SERVICE_AGENT_TYPE_UNSPECIFIED_VALUE

By default, the project-level Vertex AI Service Agent is enabled.

SERVICE_AGENT_TYPE_UNSPECIFIED = 0;

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