Class ListAdaptiveMtSentencesRequest (3.15.2)

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

The request for listing Adaptive MT sentences from a Dataset/File.

Attributes

NameDescription
parent str
Required. The resource name of the project from which to list the Adaptive MT files. The following format lists all sentences under a file. projects/{project}/locations/{location}/adaptiveMtDatasets/{dataset}/adaptiveMtFiles/{file} The following format lists all sentences within a dataset. projects/{project}/locations/{location}/adaptiveMtDatasets/{dataset}
page_token str
A token identifying a page of results the server should return. Typically, this is the value of ListAdaptiveMtSentencesRequest.next_page_token returned from the previous call to ListTranslationMemories method. The first page is returned if page_token is empty or missing.