Class: Google::Cloud::AIPlatform::V1::ListFeaturesResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb

Overview

Response message for FeaturestoreService.ListFeatures. Response message for FeatureRegistryService.ListFeatures.

Instance Attribute Summary collapse

Instance Attribute Details

#features::Array<::Google::Cloud::AIPlatform::V1::Feature>

Returns The Features matching the request.

Returns:



810
811
812
813
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 810

class ListFeaturesResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#next_page_token::String

Returns A token, which can be sent as ListFeaturesRequest.page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

Returns:

  • (::String)

    A token, which can be sent as ListFeaturesRequest.page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.



810
811
812
813
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 810

class ListFeaturesResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end