Class ListAdaptiveMtDatasetsRequest (3.15.2)

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

Request message for listing all Adaptive MT datasets that the requestor has access to.

Attributes

NameDescription
parent str
Required. The resource name of the project from which to list the Adaptive MT datasets. projects/{project-number-or-id}/locations/{location-id}
page_size int
Optional. Requested page size. The server may return fewer results than requested. If unspecified, the server picks an appropriate default.
page_token str
Optional. A token identifying a page of results the server should return. Typically, this is the value of ListAdaptiveMtDatasetsResponse.next_page_token returned from the previous call to ListAdaptiveMtDatasets method. The first page is returned if page_token\ is empty or missing.
filter str
Optional. An expression for filtering the results of the request. Filter is not supported yet.