Enum FeatureView.ServiceAgentType (3.42.0)

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

Service agent type used during data sync.

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

Implements

ProtocolMessageEnum

Static Fields

NameDescription
SERVICE_AGENT_TYPE_FEATURE_VIEW

Enable a FeatureView 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 sync.

SERVICE_AGENT_TYPE_FEATURE_VIEW = 2;

SERVICE_AGENT_TYPE_FEATURE_VIEW_VALUE

Enable a FeatureView 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 sync.

SERVICE_AGENT_TYPE_FEATURE_VIEW = 2;

SERVICE_AGENT_TYPE_PROJECT

Indicates the project-level Vertex AI Service Agent (https://cloud.google.com/vertex-ai/docs/general/access-control#service-agents) will be used during sync jobs.

SERVICE_AGENT_TYPE_PROJECT = 1;

SERVICE_AGENT_TYPE_PROJECT_VALUE

Indicates the project-level Vertex AI Service Agent (https://cloud.google.com/vertex-ai/docs/general/access-control#service-agents) will be used during sync jobs.

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

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()