Class: Google::Cloud::Translate::V3::ImportAdaptiveMtFileResponse

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#adaptive_mt_file::Google::Cloud::Translate::V3::AdaptiveMtFile (readonly)

Returns Output only. The Adaptive MT file that was imported.

Returns:



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