Class ServiceAgentType (1.50.0)

ServiceAgentType(value)

Service agent type used during data sync.

Enum values:

SERVICE_AGENT_TYPE_UNSPECIFIED (0):
    By default, the project-level Vertex AI
    Service Agent is enabled.
SERVICE_AGENT_TYPE_PROJECT (1):
    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_FEATURE_VIEW (2):
    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.

Methods

ServiceAgentType

ServiceAgentType(value)

Service agent type used during data sync.

Enum values:

SERVICE_AGENT_TYPE_UNSPECIFIED (0):
    By default, the project-level Vertex AI
    Service Agent is enabled.
SERVICE_AGENT_TYPE_PROJECT (1):
    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_FEATURE_VIEW (2):
    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.