Class: Google::Cloud::Retail::V2::ListModelsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Retail::V2::ListModelsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/retail/v2/model_service.rb
Overview
Response to a ListModelRequest.
Instance Attribute Summary collapse
-
#models ⇒ ::Array<::Google::Cloud::Retail::V2::Model>
List of Models.
-
#next_page_token ⇒ ::String
Pagination token, if not returned indicates the last page.
Instance Attribute Details
#models ⇒ ::Array<::Google::Cloud::Retail::V2::Model>
Returns List of Models.
125 126 127 128 |
# File 'proto_docs/google/cloud/retail/v2/model_service.rb', line 125 class ListModelsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns Pagination token, if not returned indicates the last page.
125 126 127 128 |
# File 'proto_docs/google/cloud/retail/v2/model_service.rb', line 125 class ListModelsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |