- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Lists all Adaptive MT datasets for which the caller has read permission.
HTTP request
GET https://translate.googleapis.com/v3/{parent=projects/*/locations/*}/adaptiveMtDatasets
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. The resource name of the project from which to list the Adaptive MT datasets. |
Query parameters
Parameters | |
---|---|
pageSize |
Optional. Requested page size. The server may return fewer results than requested. If unspecified, the server picks an appropriate default. |
pageToken |
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 |
filter |
Optional. An expression for filtering the results of the request. Filter is not supported yet. |
Request body
The request body must be empty.
Response body
A list of AdaptiveMtDatasets.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"adaptiveMtDatasets": [
{
object ( |
Fields | |
---|---|
adaptiveMtDatasets[] |
Output only. A list of Adaptive MT datasets. |
nextPageToken |
Optional. A token to retrieve a page of results. Pass this value in the [ListAdaptiveMtDatasetsRequest.page_token] field in the subsequent call to |
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/cloud-translation
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.