Class: Google::Cloud::AIPlatform::V1::ListFeatureGroupsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::ListFeatureGroupsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/feature_registry_service.rb
Overview
Request message for FeatureRegistryService.ListFeatureGroups.
Instance Attribute Summary collapse
-
#filter ⇒ ::String
Lists the FeatureGroups that match the filter expression.
-
#order_by ⇒ ::String
A comma-separated list of fields to order by, sorted in ascending order.
-
#page_size ⇒ ::Integer
The maximum number of FeatureGroups to return.
-
#page_token ⇒ ::String
A page token, received from a previous FeatureRegistryService.ListFeatureGroups call.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#filter ⇒ ::String
107 108 109 110 |
# File 'proto_docs/google/cloud/aiplatform/v1/feature_registry_service.rb', line 107 class ListFeatureGroupsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#order_by ⇒ ::String
107 108 109 110 |
# File 'proto_docs/google/cloud/aiplatform/v1/feature_registry_service.rb', line 107 class ListFeatureGroupsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
107 108 109 110 |
# File 'proto_docs/google/cloud/aiplatform/v1/feature_registry_service.rb', line 107 class ListFeatureGroupsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
107 108 109 110 |
# File 'proto_docs/google/cloud/aiplatform/v1/feature_registry_service.rb', line 107 class ListFeatureGroupsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
107 108 109 110 |
# File 'proto_docs/google/cloud/aiplatform/v1/feature_registry_service.rb', line 107 class ListFeatureGroupsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |