Class: Google::Cloud::AIPlatform::V1::ListFeatureViewsResponse

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#feature_views::Array<::Google::Cloud::AIPlatform::V1::FeatureView>

Returns The FeatureViews matching the request.

Returns:



284
285
286
287
# File 'proto_docs/google/cloud/aiplatform/v1/feature_online_store_admin_service.rb', line 284

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

#next_page_token::String

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

Returns:



284
285
286
287
# File 'proto_docs/google/cloud/aiplatform/v1/feature_online_store_admin_service.rb', line 284

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