Class: Google::Cloud::AutoML::V1beta1::ListModelsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AutoML::V1beta1::ListModelsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/automl/v1beta1/service.rb
Overview
Request message for AutoMl.ListModels.
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 ListModelsResponse.next_page_token of the previous AutoMl.ListModels call.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#filter ⇒ ::String
312 313 314 315 |
# File 'proto_docs/google/cloud/automl/v1beta1/service.rb', line 312 class ListModelsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
312 313 314 315 |
# File 'proto_docs/google/cloud/automl/v1beta1/service.rb', line 312 class ListModelsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
312 313 314 315 |
# File 'proto_docs/google/cloud/automl/v1beta1/service.rb', line 312 class ListModelsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
312 313 314 315 |
# File 'proto_docs/google/cloud/automl/v1beta1/service.rb', line 312 class ListModelsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |