Class: Google::Cloud::Translate::V3::CreateAdaptiveMtDatasetRequest

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

 Request message for creating an AdaptiveMtDataset.

Instance Attribute Summary collapse

Instance Attribute Details

#adaptive_mt_dataset::Google::Cloud::Translate::V3::AdaptiveMtDataset

Returns Required. The AdaptiveMtDataset to be created.

Returns:



62
63
64
65
# File 'proto_docs/google/cloud/translate/v3/adaptive_mt.rb', line 62

class CreateAdaptiveMtDatasetRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#parent::String

Returns Required. Name of the parent project. In form of projects/{project-number-or-id}/locations/{location-id}.

Returns:

  • (::String)

    Required. Name of the parent project. In form of projects/{project-number-or-id}/locations/{location-id}



62
63
64
65
# File 'proto_docs/google/cloud/translate/v3/adaptive_mt.rb', line 62

class CreateAdaptiveMtDatasetRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end