Class: Google::Cloud::Translate::V3::ListExamplesRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Translate::V3::ListExamplesRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/translate/v3/automl_translation.rb
Overview
Request message for ListExamples.
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 examples that will be returned. Example filter:
usage=TRAIN
.
235 236 237 238 |
# File 'proto_docs/google/cloud/translate/v3/automl_translation.rb', line 235 class ListExamplesRequest 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.
235 236 237 238 |
# File 'proto_docs/google/cloud/translate/v3/automl_translation.rb', line 235 class ListExamplesRequest 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 ListExamples call.
235 236 237 238 |
# File 'proto_docs/google/cloud/translate/v3/automl_translation.rb', line 235 class ListExamplesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. Name of the parent dataset. In form of
projects/{project-number-or-id}/locations/{location-id}/datasets/{dataset-id}
.
235 236 237 238 |
# File 'proto_docs/google/cloud/translate/v3/automl_translation.rb', line 235 class ListExamplesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |