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

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

Features belonging to a single feature group that will be synced to Online Store.

Instance Attribute Summary collapse

Instance Attribute Details

#feature_group_id::String

Returns Required. Identifier of the feature group.

Returns:

  • (::String)

    Required. Identifier of the feature group.



215
216
217
218
# File 'proto_docs/google/cloud/aiplatform/v1/feature_view.rb', line 215

class FeatureGroup
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#feature_ids::Array<::String>

Returns Required. Identifiers of features under the feature group.

Returns:

  • (::Array<::String>)

    Required. Identifiers of features under the feature group.



215
216
217
218
# File 'proto_docs/google/cloud/aiplatform/v1/feature_view.rb', line 215

class FeatureGroup
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end