Class: Google::Cloud::AIPlatform::V1::FeatureView::FeatureRegistrySource

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/aiplatform/v1/feature_view.rb

Overview

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

Defined Under Namespace

Classes: FeatureGroup

Instance Attribute Summary collapse

Instance Attribute Details

#feature_groups::Array<::Google::Cloud::AIPlatform::V1::FeatureView::FeatureRegistrySource::FeatureGroup>



233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
# File 'proto_docs/google/cloud/aiplatform/v1/feature_view.rb', line 233

class FeatureRegistrySource
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Features belonging to a single feature group that will be
  # synced to Online Store.
  # @!attribute [rw] feature_group_id
  #   @return [::String]
  #     Required. Identifier of the feature group.
  # @!attribute [rw] feature_ids
  #   @return [::Array<::String>]
  #     Required. Identifiers of features under the feature group.
  class FeatureGroup
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#project_number::Integer



233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
# File 'proto_docs/google/cloud/aiplatform/v1/feature_view.rb', line 233

class FeatureRegistrySource
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Features belonging to a single feature group that will be
  # synced to Online Store.
  # @!attribute [rw] feature_group_id
  #   @return [::String]
  #     Required. Identifier of the feature group.
  # @!attribute [rw] feature_ids
  #   @return [::Array<::String>]
  #     Required. Identifiers of features under the feature group.
  class FeatureGroup
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end