Class: Google::Cloud::AIPlatform::V1::SearchFeaturesRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::SearchFeaturesRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb
Overview
Request message for FeaturestoreService.SearchFeatures.
Instance Attribute Summary collapse
-
#location ⇒ ::String
Required.
-
#page_size ⇒ ::Integer
The maximum number of Features to return.
-
#page_token ⇒ ::String
A page token, received from a previous FeaturestoreService.SearchFeatures call.
-
#query ⇒ ::String
Query string that is a conjunction of field-restricted queries and/or field-restricted filters.
Instance Attribute Details
#location ⇒ ::String
834 835 836 837 |
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 834 class SearchFeaturesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
834 835 836 837 |
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 834 class SearchFeaturesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
834 835 836 837 |
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 834 class SearchFeaturesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#query ⇒ ::String
834 835 836 837 |
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 834 class SearchFeaturesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |