Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::FeatureView::FeatureRegistrySource::FeatureGroup (v0.38.0)

Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::FeatureView::FeatureRegistrySource::FeatureGroup.

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

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#feature_group_id

def feature_group_id() -> ::String
Returns
  • (::String) — Required. Identifier of the feature group.

#feature_group_id=

def feature_group_id=(value) -> ::String
Parameter
  • value (::String) — Required. Identifier of the feature group.
Returns
  • (::String) — Required. Identifier of the feature group.

#feature_ids

def feature_ids() -> ::Array<::String>
Returns
  • (::Array<::String>) — Required. Identifiers of features under the feature group.

#feature_ids=

def feature_ids=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — Required. Identifiers of features under the feature group.
Returns
  • (::Array<::String>) — Required. Identifiers of features under the feature group.