Reference documentation and code samples for the Cloud Translation V3 Client class ListAdaptiveMtDatasetsResponse.
A list of AdaptiveMtDatasets.
Generated from protobuf message google.cloud.translation.v3.ListAdaptiveMtDatasetsResponse
Namespace
Google \ Cloud \ Translate \ V3Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ adaptive_mt_datasets |
array<Google\Cloud\Translate\V3\AdaptiveMtDataset>
Output only. A list of Adaptive MT datasets. |
↳ next_page_token |
string
Optional. A token to retrieve a page of results. Pass this value in the [ListAdaptiveMtDatasetsRequest.page_token] field in the subsequent call to |
getAdaptiveMtDatasets
Output only. A list of Adaptive MT datasets.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setAdaptiveMtDatasets
Output only. A list of Adaptive MT datasets.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\Translate\V3\AdaptiveMtDataset>
|
Returns | |
---|---|
Type | Description |
$this |
getNextPageToken
Optional. A token to retrieve a page of results. Pass this value in the
[ListAdaptiveMtDatasetsRequest.page_token] field in the subsequent call to
ListAdaptiveMtDatasets
method to retrieve the next page of results.
Returns | |
---|---|
Type | Description |
string |
setNextPageToken
Optional. A token to retrieve a page of results. Pass this value in the
[ListAdaptiveMtDatasetsRequest.page_token] field in the subsequent call to
ListAdaptiveMtDatasets
method to retrieve the next page of results.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |