Class: Google::Cloud::AIPlatform::V1::ListSavedQueriesRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::ListSavedQueriesRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/dataset_service.rb
Overview
Request message for DatasetService.ListSavedQueries.
Instance Attribute Summary collapse
-
#filter ⇒ ::String
The standard list filter.
-
#order_by ⇒ ::String
A comma-separated list of fields to order by, sorted in ascending order.
-
#page_size ⇒ ::Integer
The standard list page size.
-
#page_token ⇒ ::String
The standard list page token.
-
#parent ⇒ ::String
Required.
-
#read_mask ⇒ ::Google::Protobuf::FieldMask
Mask specifying which fields to read.
Instance Attribute Details
#filter ⇒ ::String
Returns The standard list filter.
569 570 571 572 |
# File 'proto_docs/google/cloud/aiplatform/v1/dataset_service.rb', line 569 class ListSavedQueriesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#order_by ⇒ ::String
Returns A comma-separated list of fields to order by, sorted in ascending order. Use "desc" after a field name for descending.
569 570 571 572 |
# File 'proto_docs/google/cloud/aiplatform/v1/dataset_service.rb', line 569 class ListSavedQueriesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
Returns The standard list page size.
569 570 571 572 |
# File 'proto_docs/google/cloud/aiplatform/v1/dataset_service.rb', line 569 class ListSavedQueriesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns The standard list page token.
569 570 571 572 |
# File 'proto_docs/google/cloud/aiplatform/v1/dataset_service.rb', line 569 class ListSavedQueriesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The resource name of the Dataset to list SavedQueries from.
Format:
projects/{project}/locations/{location}/datasets/{dataset}
.
569 570 571 572 |
# File 'proto_docs/google/cloud/aiplatform/v1/dataset_service.rb', line 569 class ListSavedQueriesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#read_mask ⇒ ::Google::Protobuf::FieldMask
Returns Mask specifying which fields to read.
569 570 571 572 |
# File 'proto_docs/google/cloud/aiplatform/v1/dataset_service.rb', line 569 class ListSavedQueriesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |