Reference documentation and code samples for the Cloud Translation V3 API class Google::Cloud::Translate::V3::ListAdaptiveMtDatasetsResponse.
A list of AdaptiveMtDatasets.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#adaptive_mt_datasets
def adaptive_mt_datasets() -> ::Array<::Google::Cloud::Translate::V3::AdaptiveMtDataset>
Returns
- (::Array<::Google::Cloud::Translate::V3::AdaptiveMtDataset>) — Output only. A list of Adaptive MT datasets.
#next_page_token
def next_page_token() -> ::String
Returns
-
(::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.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
-
value (::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.
Returns
-
(::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.