Class: Google::Cloud::AIPlatform::V1::ListFeaturesRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::ListFeaturesRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb
Overview
Request message for FeaturestoreService.ListFeatures. Request message for FeatureRegistryService.ListFeatures.
Instance Attribute Summary collapse
-
#filter ⇒ ::String
Lists the Features that match the filter expression.
-
#latest_stats_count ⇒ ::Integer
Only applicable for Vertex AI Feature Store (Legacy).
-
#order_by ⇒ ::String
A comma-separated list of fields to order by, sorted in ascending order.
-
#page_size ⇒ ::Integer
The maximum number of Features to return.
-
#page_token ⇒ ::String
A page token, received from a previous FeaturestoreService.ListFeatures call or FeatureRegistryService.ListFeatures call.
-
#parent ⇒ ::String
Required.
-
#read_mask ⇒ ::Google::Protobuf::FieldMask
Mask specifying which fields to read.
Instance Attribute Details
#filter ⇒ ::String
788 789 790 791 |
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 788 class ListFeaturesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#latest_stats_count ⇒ ::Integer
788 789 790 791 |
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 788 class ListFeaturesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#order_by ⇒ ::String
788 789 790 791 |
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 788 class ListFeaturesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
788 789 790 791 |
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 788 class ListFeaturesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
788 789 790 791 |
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 788 class ListFeaturesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
788 789 790 791 |
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 788 class ListFeaturesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#read_mask ⇒ ::Google::Protobuf::FieldMask
788 789 790 791 |
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 788 class ListFeaturesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |