Class: Google::Cloud::AIPlatform::V1::ListFeatureViewSyncsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::ListFeatureViewSyncsResponse
- 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.ListFeatureViewSyncs.
Instance Attribute Summary collapse
-
#feature_view_syncs ⇒ ::Array<::Google::Cloud::Aiplatform::V1::FeatureViewSync>
The FeatureViewSyncs matching the request.
-
#next_page_token ⇒ ::String
A token, which can be sent as ListFeatureViewSyncsRequest.page_token to retrieve the next page.
Instance Attribute Details
#feature_view_syncs ⇒ ::Array<::Google::Cloud::Aiplatform::V1::FeatureViewSync>
Returns The FeatureViewSyncs matching the request.
463 464 465 466 |
# File 'proto_docs/google/cloud/aiplatform/v1/feature_online_store_admin_service.rb', line 463 class ListFeatureViewSyncsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns A token, which can be sent as ListFeatureViewSyncsRequest.page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.
463 464 465 466 |
# File 'proto_docs/google/cloud/aiplatform/v1/feature_online_store_admin_service.rb', line 463 class ListFeatureViewSyncsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |