ProjectsLocationsAdaptiveMtDatasetsResource class
Methods
-
create(AdaptiveMtDataset request, String parent, {String? $fields})
→ Future<AdaptiveMtDataset>
-
Creates an Adaptive MT dataset.
-
delete(String name, {String? $fields})
→ Future<Empty>
-
Deletes an Adaptive MT dataset, including all its entries and associated
metadata.
-
get(String name, {String? $fields})
→ Future<AdaptiveMtDataset>
-
Gets the Adaptive MT dataset.
-
importAdaptiveMtFile(ImportAdaptiveMtFileRequest request, String parent, {String? $fields})
→ Future<ImportAdaptiveMtFileResponse>
-
Imports an AdaptiveMtFile and adds all of its sentences into the
AdaptiveMtDataset.
-
list(String parent, {String? filter, int? pageSize, String? pageToken, String? $fields})
→ Future<ListAdaptiveMtDatasetsResponse>
-
Lists all Adaptive MT datasets for which the caller has read permission.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited