Cloud Translation V3 Client - Class ListAdaptiveMtDatasetsResponse (1.17.5)

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 \ V3

Methods

__construct

Constructor.

Parameters
NameDescription
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 ListAdaptiveMtDatasets method to retrieve the next page of results.

getAdaptiveMtDatasets

Output only. A list of Adaptive MT datasets.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setAdaptiveMtDatasets

Output only. A list of Adaptive MT datasets.

Parameter
NameDescription
var array<Google\Cloud\Translate\V3\AdaptiveMtDataset>
Returns
TypeDescription
$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
TypeDescription
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
NameDescription
var string
Returns
TypeDescription
$this