Class: Google::Cloud::AutoML::V1::ListModelEvaluationsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::AutoML::V1::ListModelEvaluationsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/automl/v1/service.rb
Overview
Response message for AutoMl.ListModelEvaluations.
Instance Attribute Summary collapse
-
#model_evaluation ⇒ ::Array<::Google::Cloud::AutoML::V1::ModelEvaluation>
List of model evaluations in the requested page.
-
#next_page_token ⇒ ::String
A token to retrieve next page of results.
Instance Attribute Details
#model_evaluation ⇒ ::Array<::Google::Cloud::AutoML::V1::ModelEvaluation>
Returns List of model evaluations in the requested page.
315 316 317 318 |
# File 'proto_docs/google/cloud/automl/v1/service.rb', line 315 class ListModelEvaluationsResponse 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 the ListModelEvaluationsRequest.page_token field of a new AutoMl.ListModelEvaluations request to obtain that page.
315 316 317 318 |
# File 'proto_docs/google/cloud/automl/v1/service.rb', line 315 class ListModelEvaluationsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |