Class: Google::Cloud::Translate::V3::DeleteAdaptiveMtDatasetRequest

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 deleting an AdaptiveMtDataset.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. Name of the dataset. In the form of projects/{project-number-or-id}/locations/{location-id}/adaptiveMtDatasets/{adaptive-mt-dataset-id}.

Returns:

  • (::String)

    Required. Name of the dataset. In the form of projects/{project-number-or-id}/locations/{location-id}/adaptiveMtDatasets/{adaptive-mt-dataset-id}



72
73
74
75
# File 'proto_docs/google/cloud/translate/v3/adaptive_mt.rb', line 72

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