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.



45231
45232
45233
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 45231

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)


45229
45230
45231
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 45229

def feature_view_resource_name
  @feature_view_resource_name
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



45236
45237
45238
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 45236

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