Class: Google::Cloud::AIPlatform::V1::ListModelEvaluationsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::ListModelEvaluationsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/model_service.rb
Overview
Response message for ModelService.ListModelEvaluations.
Instance Attribute Summary collapse
-
#model_evaluations ⇒ ::Array<::Google::Cloud::AIPlatform::V1::ModelEvaluation>
List of ModelEvaluations in the requested page.
-
#next_page_token ⇒ ::String
A token to retrieve next page of results.
Instance Attribute Details
#model_evaluations ⇒ ::Array<::Google::Cloud::AIPlatform::V1::ModelEvaluation>
Returns List of ModelEvaluations in the requested page.
615 616 617 618 |
# File 'proto_docs/google/cloud/aiplatform/v1/model_service.rb', line 615 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 ListModelEvaluationsRequest.page_token to obtain that page.
615 616 617 618 |
# File 'proto_docs/google/cloud/aiplatform/v1/model_service.rb', line 615 class ListModelEvaluationsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |