Class: Google::Cloud::AIPlatform::V1::SearchFeaturesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::SearchFeaturesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb
Overview
Response message for FeaturestoreService.SearchFeatures.
Instance Attribute Summary collapse
-
#features ⇒ ::Array<::Google::Cloud::AIPlatform::V1::Feature>
The Features matching the request.
-
#next_page_token ⇒ ::String
A token, which can be sent as SearchFeaturesRequest.page_token to retrieve the next page.
Instance Attribute Details
#features ⇒ ::Array<::Google::Cloud::AIPlatform::V1::Feature>
Returns The Features matching the request.
Fields returned:
name
description
labels
create_time
update_time
.
923 924 925 926 |
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 923 class SearchFeaturesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns A token, which can be sent as SearchFeaturesRequest.page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.
923 924 925 926 |
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 923 class SearchFeaturesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |