Class: Google::Cloud::AutoML::V1beta1::ListModelsRequest

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

Overview

Request message for AutoML::ListModels.

Instance Attribute Summary collapse

Instance Attribute Details

#filterString

Returns An expression for filtering the results of the request.

  • model_metadata - for existence of the case (e.g. video_classification_model_metadata:*).

    • dataset_id - for = or !=. Some examples of using the filter are:
    • image_classification_model_metadata:* --> The model has image_classification_model_metadata.
    • dataset_id=5 --> The model was created from a dataset with ID 5.

Returns:

  • (String)

    An expression for filtering the results of the request.

    • model_metadata - for existence of the case (e.g. video_classification_model_metadata:*).

      • dataset_id - for = or !=. Some examples of using the filter are:
      • image_classification_model_metadata:* --> The model has image_classification_model_metadata.
      • dataset_id=5 --> The model was created from a dataset with ID 5.


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

class ListModelsRequest; end

#page_sizeInteger

Returns Requested page size.

Returns:

  • (Integer)

    Requested page size.



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

class ListModelsRequest; end

#page_tokenString

Returns A token identifying a page of results for the server to return Typically obtained via ListModelsResponse#next_page_token of the previous AutoML::ListModels call.

Returns:

  • (String)

    A token identifying a page of results for the server to return Typically obtained via ListModelsResponse#next_page_token of the previous AutoML::ListModels call.



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

class ListModelsRequest; end

#parentString

Returns Resource name of the project, from which to list the models.

Returns:

  • (String)

    Resource name of the project, from which to list the models.



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

class ListModelsRequest; end