Class ListAnnotatedDatasetsRequest (1.2.4)

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

Request message for ListAnnotatedDatasets. .. attribute:: parent

Required. Name of the dataset to list annotated datasets, format: projects/{project_id}/datasets/{dataset_id}

:type: str

Attributes

NameDescription
filter str
Optional. Filter 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 ListAnnotatedDatasetsResponse.next_page_token of the previous [DataLabelingService.ListAnnotatedDatasets] call. Return first page if empty.