Class: Google::Cloud::AutoML::V1::ListDatasetsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AutoML::V1::ListDatasetsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/automl/v1/service.rb
Overview
Request message for AutoMl.ListDatasets.
Instance Attribute Summary collapse
-
#filter ⇒ ::String
An expression for filtering the results of the request.
-
#page_size ⇒ ::Integer
Requested page size.
-
#page_token ⇒ ::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.
-
#parent ⇒ ::String
Required.
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 hastranslation_dataset_metadata
.
68 69 70 71 |
# File 'proto_docs/google/cloud/automl/v1/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.
68 69 70 71 |
# File 'proto_docs/google/cloud/automl/v1/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.
68 69 70 71 |
# File 'proto_docs/google/cloud/automl/v1/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.
68 69 70 71 |
# File 'proto_docs/google/cloud/automl/v1/service.rb', line 68 class ListDatasetsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |