Skip to content

Commit

Permalink
docs: Update docs for FeatureView Service Agents
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 610857783
  • Loading branch information
Google APIs authored and Copybara-Service committed Feb 27, 2024
1 parent a324cde commit e302b2d
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions google/cloud/aiplatform/v1beta1/feature_view.proto
Expand Up @@ -218,11 +218,10 @@ message FeatureView {

// Optional. Service agent type used during data sync. By default, the Vertex
// AI Service Agent is used. When using an IAM Policy to isolate this
// FeatureView within a project
// (https://cloud.google.com/vertex-ai/docs/featurestore/latest/resource-policy)
// a separate service account should be provisioned by
// setting this field to `SERVICE_AGENT_TYPE_FEATURE_VIEW`. This will generate
// a separate service account to access the BigQuery source table.
// FeatureView within a project, a separate service account should be
// provisioned by setting this field to `SERVICE_AGENT_TYPE_FEATURE_VIEW`.
// This will generate a separate service account to access the BigQuery source
// table.
ServiceAgentType service_agent_type = 14
[(google.api.field_behavior) = OPTIONAL];

Expand Down

0 comments on commit e302b2d

Please sign in to comment.