Reference documentation and code samples for the Cloud AutoML V1 API class Google::Cloud::AutoML::V1::ListModelEvaluationsResponse.
Response message for AutoMl.ListModelEvaluations.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#model_evaluation
def model_evaluation() -> ::Array<::Google::Cloud::AutoML::V1::ModelEvaluation>
    Returns
    
  - (::Array<::Google::Cloud::AutoML::V1::ModelEvaluation>) — List of model evaluations in the requested page.
#model_evaluation=
def model_evaluation=(value) -> ::Array<::Google::Cloud::AutoML::V1::ModelEvaluation>
    Parameter
    
  - value (::Array<::Google::Cloud::AutoML::V1::ModelEvaluation>) — List of model evaluations in the requested page.
    Returns
    
  - (::Array<::Google::Cloud::AutoML::V1::ModelEvaluation>) — List of model evaluations in the requested page.
#next_page_token
def next_page_token() -> ::String
    Returns
    
  - (::String) — 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.
#next_page_token=
def next_page_token=(value) -> ::String
    Parameter
    
  - value (::String) — 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
    
- (::String) — 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.