Class ListExamplesRequest (1.2.4)

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

Request message for ListExamples. .. attribute:: parent

Required. Example resource parent.

:type: str

Attributes

NameDescription
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.