Reference documentation and code samples for the Cloud AutoML V1 API class Google::Cloud::AutoML::V1::ListModelsResponse.
Response message for AutoMl.ListModels.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#model
def model() -> ::Array<::Google::Cloud::AutoML::V1::Model>
Returns
- (::Array<::Google::Cloud::AutoML::V1::Model>) — List of models in the requested page.
#model=
def model=(value) -> ::Array<::Google::Cloud::AutoML::V1::Model>
Parameter
- value (::Array<::Google::Cloud::AutoML::V1::Model>) — List of models in the requested page.
Returns
- (::Array<::Google::Cloud::AutoML::V1::Model>) — List of models in the requested page.
#next_page_token
def next_page_token() -> ::String
Returns
- (::String) — A token to retrieve next page of results. Pass to ListModelsRequest.page_token to obtain that page.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
- value (::String) — A token to retrieve next page of results. Pass to ListModelsRequest.page_token to obtain that page.
Returns
- (::String) — A token to retrieve next page of results. Pass to ListModelsRequest.page_token to obtain that page.