Class: Google::Cloud::Translate::V3::ListAdaptiveMtDatasetsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Translate::V3::ListAdaptiveMtDatasetsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/translate/v3/adaptive_mt.rb
Overview
A list of AdaptiveMtDatasets.
Instance Attribute Summary collapse
-
#adaptive_mt_datasets ⇒ ::Array<::Google::Cloud::Translate::V3::AdaptiveMtDataset>
readonly
Output only.
-
#next_page_token ⇒ ::String
Optional.
Instance Attribute Details
#adaptive_mt_datasets ⇒ ::Array<::Google::Cloud::Translate::V3::AdaptiveMtDataset> (readonly)
Returns Output only. A list of Adaptive MT datasets.
122 123 124 125 |
# File 'proto_docs/google/cloud/translate/v3/adaptive_mt.rb', line 122 class ListAdaptiveMtDatasetsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns 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.
122 123 124 125 |
# File 'proto_docs/google/cloud/translate/v3/adaptive_mt.rb', line 122 class ListAdaptiveMtDatasetsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |