Class: Google::Cloud::Translate::V3::ListModelsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Translate::V3::ListModelsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/translate/v3/automl_translation.rb
Overview
Request message for ListModels.
Instance Attribute Summary collapse
-
#filter ⇒ ::String
Optional.
-
#page_size ⇒ ::Integer
Optional.
-
#page_token ⇒ ::String
Optional.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#filter ⇒ ::String
Returns Optional. An expression for filtering the models that will be returned.
Supported filter:
dataset_id=${dataset_id}
.
388 389 390 391 |
# File 'proto_docs/google/cloud/translate/v3/automl_translation.rb', line 388 class ListModelsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
Returns Optional. Requested page size. The server can return fewer results than requested.
388 389 390 391 |
# File 'proto_docs/google/cloud/translate/v3/automl_translation.rb', line 388 class ListModelsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns Optional. A token identifying a page of results for the server to return. Typically obtained from next_page_token field in the response of a ListModels call.
388 389 390 391 |
# File 'proto_docs/google/cloud/translate/v3/automl_translation.rb', line 388 class ListModelsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. Name of the parent project. In form of
projects/{project-number-or-id}/locations/{location-id}
.
388 389 390 391 |
# File 'proto_docs/google/cloud/translate/v3/automl_translation.rb', line 388 class ListModelsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |