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)
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
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 |