Class: Google::Cloud::AutoML::V1beta1::ListDatasetsRequest

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

Overview

Request message for AutoML::ListDatasets.

Instance Attribute Summary collapse

Instance Attribute Details

#filterString

Returns An expression for filtering the results of the request.

  • dataset_metadata - for existence of the case (e.g. image_classification_dataset_metadata:*). Some examples of using the filter are:

    • translation_dataset_metadata:* --> The dataset has translation_dataset_metadata.

Returns:

  • (String)

    An expression for filtering the results of the request.

    • dataset_metadata - for existence of the case (e.g. image_classification_dataset_metadata:*). Some examples of using the filter are:

      • translation_dataset_metadata:* --> The dataset has translation_dataset_metadata.


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

class ListDatasetsRequest; end

#page_sizeInteger

Returns Requested page size. Server may return fewer results than requested. If unspecified, server will pick a default size.

Returns:

  • (Integer)

    Requested page size. Server may return fewer results than requested. If unspecified, server will pick a default size.



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

class ListDatasetsRequest; end

#page_tokenString

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

Returns:

  • (String)

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



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

class ListDatasetsRequest; end

#parentString

Returns The resource name of the project from which to list datasets.

Returns:

  • (String)

    The resource name of the project from which to list datasets.



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

class ListDatasetsRequest; end