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.
196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 |
# File 'proto_docs/google/cloud/aiplatform/v1/feature_view.rb', line 196 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.
196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 |
# File 'proto_docs/google/cloud/aiplatform/v1/feature_view.rb', line 196 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 |