Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagVectorDbConfigVertexFeatureStore
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagVectorDbConfigVertexFeatureStore
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/aiplatform_v1beta1/classes.rb,
lib/google/apis/aiplatform_v1beta1/representations.rb,
lib/google/apis/aiplatform_v1beta1/representations.rb
Overview
The config for the Vertex Feature Store.
Instance Attribute Summary collapse
-
#feature_view_resource_name ⇒ String
The resource name of the FeatureView.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1RagVectorDbConfigVertexFeatureStore
constructor
A new instance of GoogleCloudAiplatformV1beta1RagVectorDbConfigVertexFeatureStore.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1RagVectorDbConfigVertexFeatureStore
Returns a new instance of GoogleCloudAiplatformV1beta1RagVectorDbConfigVertexFeatureStore.
26830 26831 26832 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 26830 def initialize(**args) update!(**args) end |
Instance Attribute Details
#feature_view_resource_name ⇒ String
The resource name of the FeatureView. Format: projects/project/locations/
location/featureOnlineStores/feature_online_store/featureViews/
feature_view`
Corresponds to the JSON propertyfeatureViewResourceName`
26828 26829 26830 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 26828 def feature_view_resource_name @feature_view_resource_name end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
26835 26836 26837 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 26835 def update!(**args) @feature_view_resource_name = args[:feature_view_resource_name] if args.key?(:feature_view_resource_name) end |