Class: Google::Cloud::AIPlatform::V1::FeatureView::FeatureRegistrySource
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::FeatureView::FeatureRegistrySource
- 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
-
#feature_groups ⇒ ::Array<::Google::Cloud::AIPlatform::V1::FeatureView::FeatureRegistrySource::FeatureGroup>
Required.
-
#project_number ⇒ ::Integer
Optional.
Instance Attribute Details
#feature_groups ⇒ ::Array<::Google::Cloud::AIPlatform::V1::FeatureView::FeatureRegistrySource::FeatureGroup>
Returns Required. List of features that need to be synced to Online Store.
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
Returns Optional. The project number of the parent project of the Feature Groups.
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 |