Class ListDatasetsRequest (1.5.2)

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

Request message for ListDataset.

Attributes

NameDescription
parent str
Required. Dataset resource parent, format: projects/{project_id}
filter str
Optional. Filter on dataset is not supported at this moment.
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 ListDatasetsResponse.next_page_token of the previous [DataLabelingService.ListDatasets] call. Returns the first page if empty.