Class: Google::Cloud::AIPlatform::V1::ListModelsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::ListModelsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/model_service.rb
Overview
Response message for ModelService.ListModels
Instance Attribute Summary collapse
-
#models ⇒ ::Array<::Google::Cloud::AIPlatform::V1::Model>
List of Models in the requested page.
-
#next_page_token ⇒ ::String
A token to retrieve next page of results.
Instance Attribute Details
#models ⇒ ::Array<::Google::Cloud::AIPlatform::V1::Model>
Returns List of Models in the requested page.
173 174 175 176 |
# File 'proto_docs/google/cloud/aiplatform/v1/model_service.rb', line 173 class ListModelsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns A token to retrieve next page of results. Pass to ListModelsRequest.page_token to obtain that page.
173 174 175 176 |
# File 'proto_docs/google/cloud/aiplatform/v1/model_service.rb', line 173 class ListModelsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |