Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagVectorDbConfigVertexFeatureStore

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1RagVectorDbConfigVertexFeatureStore

Returns a new instance of GoogleCloudAiplatformV1beta1RagVectorDbConfigVertexFeatureStore.



38169
38170
38171
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 38169

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#feature_view_resource_nameString

The resource name of the FeatureView. Format: projects/project/locations/ location/featureOnlineStores/feature_online_store/featureViews/ feature_view` Corresponds to the JSON propertyfeatureViewResourceName`

Returns:

  • (String)


38167
38168
38169
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 38167

def feature_view_resource_name
  @feature_view_resource_name
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



38174
38175
38176
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 38174

def update!(**args)
  @feature_view_resource_name = args[:feature_view_resource_name] if args.key?(:feature_view_resource_name)
end