Class: Google::Cloud::AutoML::V1beta1::ListModelsResponse

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/automl/v1beta1/doc/google/cloud/automl/v1beta1/service.rb

Overview

Response message for AutoML::ListModels.

Instance Attribute Summary collapse

Instance Attribute Details

#modelArray<Google::Cloud::AutoML::V1beta1::Model>

Returns List of models in the requested page.

Returns:



275
# File 'lib/google/cloud/automl/v1beta1/doc/google/cloud/automl/v1beta1/service.rb', line 275

class ListModelsResponse; end

#next_page_tokenString

Returns A token to retrieve next page of results. Pass to ListModelsRequest#page_token to obtain that page.

Returns:



275
# File 'lib/google/cloud/automl/v1beta1/doc/google/cloud/automl/v1beta1/service.rb', line 275

class ListModelsResponse; end