Class: Google::Cloud::Retail::V2::ListModelsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Retail::V2::ListModelsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/retail/v2/model_service.rb
Overview
Request for listing models associated with a resource.
Instance Attribute Summary collapse
-
#page_size ⇒ ::Integer
Optional.
-
#page_token ⇒ ::String
Optional.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#page_size ⇒ ::Integer
Returns Optional. Maximum number of results to return. If unspecified, defaults to 50. Max allowed value is 1000.
102 103 104 105 |
# File 'proto_docs/google/cloud/retail/v2/model_service.rb', line 102 class ListModelsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns Optional. A page token, received from a previous ListModels
call. Provide this to retrieve the subsequent page.
102 103 104 105 |
# File 'proto_docs/google/cloud/retail/v2/model_service.rb', line 102 class ListModelsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The parent for which to list models.
Format:
projects/{project_number}/locations/{location_id}/catalogs/{catalog_id}
.
102 103 104 105 |
# File 'proto_docs/google/cloud/retail/v2/model_service.rb', line 102 class ListModelsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |