Class ListExamplesRequest (1.3.0)

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

Request message for ListExamples.

Attributes

NameDescription
parent str
Required. Example resource parent.
filter str
Optional. An expression for filtering Examples. For annotated datasets that have annotation spec set, filter by annotation_spec.display_name is supported. Format "annotation_spec.display_name = {display_name}".
page_size int
Optional. Requested page size. Server may return fewer results than requested. Default value is 100.
page_token str
Optional. A token identifying a page of results for the server to return. Typically obtained by ListExamplesResponse.next_page_token of the previous [DataLabelingService.ListExamples] call. Return first page if empty.