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

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/automl/v1beta1/service.rb

Overview

Request message for AutoMl.ListDatasets.

Instance Attribute Summary collapse

Instance Attribute Details

#filter::String

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.



68
69
70
71
# File 'proto_docs/google/cloud/automl/v1beta1/service.rb', line 68

class ListDatasetsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#page_size::Integer

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.



68
69
70
71
# File 'proto_docs/google/cloud/automl/v1beta1/service.rb', line 68

class ListDatasetsRequest
  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 ListDatasetsResponse.next_page_token of the previous AutoMl.ListDatasets call.

Returns:



68
69
70
71
# File 'proto_docs/google/cloud/automl/v1beta1/service.rb', line 68

class ListDatasetsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#parent::String

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

Returns:

  • (::String)

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



68
69
70
71
# File 'proto_docs/google/cloud/automl/v1beta1/service.rb', line 68

class ListDatasetsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end