Class: Google::Cloud::AIPlatform::V1::ListFeatureViewsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::ListFeatureViewsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/feature_online_store_admin_service.rb
Overview
Response message for FeatureOnlineStoreAdminService.ListFeatureViews.
Instance Attribute Summary collapse
-
#feature_views ⇒ ::Array<::Google::Cloud::AIPlatform::V1::FeatureView>
The FeatureViews matching the request.
-
#next_page_token ⇒ ::String
A token, which can be sent as ListFeatureViewsRequest.page_token to retrieve the next page.
Instance Attribute Details
#feature_views ⇒ ::Array<::Google::Cloud::AIPlatform::V1::FeatureView>
Returns The FeatureViews matching the request.
284 285 286 287 |
# File 'proto_docs/google/cloud/aiplatform/v1/feature_online_store_admin_service.rb', line 284 class ListFeatureViewsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns A token, which can be sent as ListFeatureViewsRequest.page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.
284 285 286 287 |
# File 'proto_docs/google/cloud/aiplatform/v1/feature_online_store_admin_service.rb', line 284 class ListFeatureViewsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |