Class: Google::Cloud::AIPlatform::V1::ListSavedQueriesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::ListSavedQueriesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/dataset_service.rb
Overview
Response message for DatasetService.ListSavedQueries.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
The standard List next-page token.
-
#saved_queries ⇒ ::Array<::Google::Cloud::AIPlatform::V1::SavedQuery>
A list of SavedQueries that match the specified filter in the request.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns The standard List next-page token.
582 583 584 585 |
# File 'proto_docs/google/cloud/aiplatform/v1/dataset_service.rb', line 582 class ListSavedQueriesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#saved_queries ⇒ ::Array<::Google::Cloud::AIPlatform::V1::SavedQuery>
Returns A list of SavedQueries that match the specified filter in the request.
582 583 584 585 |
# File 'proto_docs/google/cloud/aiplatform/v1/dataset_service.rb', line 582 class ListSavedQueriesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |