GoogleCloudAiplatformV1FeatureView
import type { GoogleCloudAiplatformV1FeatureView } from "https://googleapis.deno.dev/v1/aiplatform:v1.ts";
FeatureView is representation of values that the FeatureOnlineStore will serve based on its syncConfig.
§Properties
Optional. Configures how data is supposed to be extracted from a BigQuery source to be loaded onto the FeatureOnlineStore.
Optional. Used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens.
Optional. Configures the features from a Feature Registry source that need to be loaded onto the FeatureOnlineStore.
Optional. Configuration for index preparation for vector search. It contains the required configurations to create an index from source data, so that approximate nearest neighbor (a.k.a ANN) algorithms search can be performed during online serving.
Optional. The labels with user-defined metadata to organize your FeatureViews. Label keys and values can be no longer than 64 characters (Unicode codepoints), can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed. See https://goo.gl/xmQnxf for more information on and examples of labels. No more than 64 user labels can be associated with one FeatureOnlineStore(System labels are excluded)." System reserved label keys are prefixed with "aiplatform.googleapis.com/" and are immutable.
Identifier. Name of the FeatureView. Format:
projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}/featureViews/{feature_view}
Optional. Configuration for FeatureView created under Optimized FeatureOnlineStore.
Output only. A Service Account unique to this FeatureView. The role bigquery.dataViewer should be granted to this service account to allow Vertex AI Feature Store to sync data to the online store.
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, 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.
Configures when data is to be synced/updated for this FeatureView. At the end of the sync the latest featureValues for each entityId of this FeatureView are made ready for online serving.
Optional. The Vertex RAG Source that the FeatureView is linked to.