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