Class ListModelEvaluationsRequest (0.7.1)

Request message for AutoMl.ListModelEvaluations.

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.

    A token identifying a page of results for the server to return. Typically obtained via [ListModelEvaluationsResponse.n ext_page_token][google.cloud.automl.v1beta1.ListModelEvaluat ionsResponse.next_page_token] of the previous [AutoMl.ListMo delEvaluations][google.cloud.automl.v1beta1.AutoMl.ListModelEv aluations] call.