Class: Google::Cloud::AutoML::V1::ListModelsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::AutoML::V1::ListModelsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/automl/v1/service.rb
Overview
Response message for AutoMl.ListModels.
Instance Attribute Summary collapse
-
#model ⇒ ::Array<::Google::Cloud::AutoML::V1::Model>
List of models in the requested page.
-
#next_page_token ⇒ ::String
A token to retrieve next page of results.
Instance Attribute Details
#model ⇒ ::Array<::Google::Cloud::AutoML::V1::Model>
Returns List of models in the requested page.
200 201 202 203 |
# File 'proto_docs/google/cloud/automl/v1/service.rb', line 200 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.
200 201 202 203 |
# File 'proto_docs/google/cloud/automl/v1/service.rb', line 200 class ListModelsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |