Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1FeatureViewFeatureRegistrySource

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

A Feature Registry source for features that need to be synced to Online Store.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1FeatureViewFeatureRegistrySource

Returns a new instance of GoogleCloudAiplatformV1beta1FeatureViewFeatureRegistrySource.



7299
7300
7301
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 7299

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

Instance Attribute Details

#feature_groupsArray<Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1FeatureViewFeatureRegistrySourceFeatureGroup>

Required. List of features that need to be synced to Online Store. Corresponds to the JSON property featureGroups



7297
7298
7299
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 7297

def feature_groups
  @feature_groups
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



7304
7305
7306
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 7304

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