list
public Translate.Projects.Locations.AdaptiveMtDatasets.AdaptiveMtSentences.List list(String parent)
throws IOException
Lists all AdaptiveMtSentences under a given file/dataset.
Create a request for the method "adaptiveMtSentences.list".
This request holds the parameters needed by the translate server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
- Parameters:
parent - 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}/adaptive
MtDatasets/{dataset}/adaptiveMtFiles/{file}` The following format lists all sentences
within a dataset. `projects/{project}/locations/{location}/adaptiveMtDatasets/{dataset}`
- Returns:
- the request
- Throws:
IOException