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.



38236
38237
38238
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 38236

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)


38234
38235
38236
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 38234

def feature_view_resource_name
  @feature_view_resource_name
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



38241
38242
38243
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 38241

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