Class: Google::Cloud::AutoML::V1::ListModelsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AutoML::V1::ListModelsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/automl/v1/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
Returns An expression for filtering the results of the request.
model_metadata
- for existence of the case (e.g.video_classification_model_metadata:*
).dataset_id
- for = or !=. Some examples of using the filter are:image_classification_model_metadata:*
--> The model hasimage_classification_model_metadata
.dataset_id=5
--> The model was created from a dataset with ID 5.
187 188 189 190 |
# File 'proto_docs/google/cloud/automl/v1/service.rb', line 187 class ListModelsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
Returns Requested page size.
187 188 189 190 |
# File 'proto_docs/google/cloud/automl/v1/service.rb', line 187 class ListModelsRequest 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 ListModelsResponse.next_page_token of the previous AutoMl.ListModels call.
187 188 189 190 |
# File 'proto_docs/google/cloud/automl/v1/service.rb', line 187 class ListModelsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. Resource name of the project, from which to list the models.
187 188 189 190 |
# File 'proto_docs/google/cloud/automl/v1/service.rb', line 187 class ListModelsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |