Google Cloud Ai Platform V1 Client - Class ServiceAgentType (1.16.0)

Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class ServiceAgentType.

Service agent type used during data sync.

Protobuf type google.cloud.aiplatform.v1.FeatureView.ServiceAgentType

Namespace

Google \ Cloud \ AIPlatform \ V1 \ FeatureView

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

SERVICE_AGENT_TYPE_UNSPECIFIED

Value: 0

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

Generated from protobuf enum SERVICE_AGENT_TYPE_UNSPECIFIED = 0;

SERVICE_AGENT_TYPE_PROJECT

Value: 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.

Generated from protobuf enum SERVICE_AGENT_TYPE_PROJECT = 1;

SERVICE_AGENT_TYPE_FEATURE_VIEW

Value: 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.

Generated from protobuf enum SERVICE_AGENT_TYPE_FEATURE_VIEW = 2;