Class ListExamplesRequest (3.20.3)

ListExamplesRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request message for ListExamples.

Attributes

Name Description
parent str
Required. Name of the parent dataset. In form of projects/{project-number-or-id}/locations/{location-id}/datasets/{dataset-id}
filter str
Optional. An expression for filtering the examples that will be returned. Example filter: - usage=TRAIN
page_size int
Optional. Requested page size. The server can return fewer results than requested.
page_token str
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.