Class: Google::Cloud::AutoML::V1beta1::ListModelEvaluationsResponse

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

Overview

Response message for AutoML::ListModelEvaluations.

Instance Attribute Summary collapse

Instance Attribute Details

#model_evaluationArray<Google::Cloud::AutoML::V1beta1::ModelEvaluation>

Returns List of model evaluations in the requested page.

Returns:



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

class ListModelEvaluationsResponse; end

#next_page_tokenString

Returns A token to retrieve next page of results. Pass to the ListModelEvaluationsRequest#page_token field of a new AutoML::ListModelEvaluations request to obtain that page.

Returns:



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

class ListModelEvaluationsResponse; end