Class: Google::Cloud::AutoML::V1beta1::ListModelEvaluationsRequest

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/automl/v1beta1/doc/google/cloud/automl/v1beta1/service.rb

Overview

Request message for AutoML::ListModelEvaluations.

Instance Attribute Summary collapse

Instance Attribute Details

#filterString

Returns 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.

Returns:

  • (String)

    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.


353
# File 'lib/google/cloud/automl/v1beta1/doc/google/cloud/automl/v1beta1/service.rb', line 353

class ListModelEvaluationsRequest; end

#page_sizeInteger

Returns Requested page size.

Returns:

  • (Integer)

    Requested page size.



353
# File 'lib/google/cloud/automl/v1beta1/doc/google/cloud/automl/v1beta1/service.rb', line 353

class ListModelEvaluationsRequest; end

#page_tokenString

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.

Returns:



353
# File 'lib/google/cloud/automl/v1beta1/doc/google/cloud/automl/v1beta1/service.rb', line 353

class ListModelEvaluationsRequest; end

#parentString

Returns 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.

Returns:

  • (String)

    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.



353
# File 'lib/google/cloud/automl/v1beta1/doc/google/cloud/automl/v1beta1/service.rb', line 353

class ListModelEvaluationsRequest; end