Class: Google::Cloud::AutoML::V1::ListModelEvaluationsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AutoML::V1::ListModelEvaluationsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/automl/v1/service.rb
Overview
Request message for AutoMl.ListModelEvaluations.
Instance Attribute Summary collapse
-
#filter ⇒ ::String
Required.
-
#page_size ⇒ ::Integer
Requested page size.
-
#page_token ⇒ ::String
A token identifying a page of results for the server to return.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#filter ⇒ ::String
Returns Required. An expression for filtering the results of the request.
annotation_spec_id
- for =, != or existence. See example below for the last.
Some examples of using the filter are:
annotation_spec_id!=4
--> The model evaluation was done for annotation spec with ID different than 4.NOT annotation_spec_id:*
--> The model evaluation was done for aggregate of all annotation specs.
301 302 303 304 |
# File 'proto_docs/google/cloud/automl/v1/service.rb', line 301 class ListModelEvaluationsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
Returns Requested page size.
301 302 303 304 |
# File 'proto_docs/google/cloud/automl/v1/service.rb', line 301 class ListModelEvaluationsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns A token identifying a page of results for the server to return. Typically obtained via ListModelEvaluationsResponse.next_page_token of the previous AutoMl.ListModelEvaluations call.
301 302 303 304 |
# File 'proto_docs/google/cloud/automl/v1/service.rb', line 301 class ListModelEvaluationsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. Resource name of the model to list the model evaluations for. If modelId is set as "-", this will list model evaluations from across all models of the parent location.
301 302 303 304 |
# File 'proto_docs/google/cloud/automl/v1/service.rb', line 301 class ListModelEvaluationsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |