Class: Google::Cloud::AIPlatform::V1::ListFeatureGroupsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::ListFeatureGroupsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/feature_registry_service.rb
Overview
Response message for FeatureRegistryService.ListFeatureGroups.
Instance Attribute Summary collapse
-
#feature_groups ⇒ ::Array<::Google::Cloud::AIPlatform::V1::FeatureGroup>
The FeatureGroups matching the request.
-
#next_page_token ⇒ ::String
A token, which can be sent as ListFeatureGroupsRequest.page_token to retrieve the next page.
Instance Attribute Details
#feature_groups ⇒ ::Array<::Google::Cloud::AIPlatform::V1::FeatureGroup>
Returns The FeatureGroups matching the request.
123 124 125 126 |
# File 'proto_docs/google/cloud/aiplatform/v1/feature_registry_service.rb', line 123 class ListFeatureGroupsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns A token, which can be sent as ListFeatureGroupsRequest.page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.
123 124 125 126 |
# File 'proto_docs/google/cloud/aiplatform/v1/feature_registry_service.rb', line 123 class ListFeatureGroupsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |