Class: Google::Cloud::Translate::V3::ImportAdaptiveMtFileResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Translate::V3::ImportAdaptiveMtFileResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/translate/v3/adaptive_mt.rb
Overview
The response for importing an AdaptiveMtFile
Instance Attribute Summary collapse
-
#adaptive_mt_file ⇒ ::Google::Cloud::Translate::V3::AdaptiveMtFile
readonly
Output only.
Instance Attribute Details
#adaptive_mt_file ⇒ ::Google::Cloud::Translate::V3::AdaptiveMtFile (readonly)
Returns Output only. The Adaptive MT file that was imported.
303 304 305 306 |
# File 'proto_docs/google/cloud/translate/v3/adaptive_mt.rb', line 303 class ImportAdaptiveMtFileResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |