ProjectsLocationsAdaptiveMtDatasetsResource class

Constructors

ProjectsLocationsAdaptiveMtDatasetsResource(ApiRequester client)

Properties

adaptiveMtFiles ProjectsLocationsAdaptiveMtDatasetsAdaptiveMtFilesResource
no setter
adaptiveMtSentences ProjectsLocationsAdaptiveMtDatasetsAdaptiveMtSentencesResource
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Operators

operator ==(Object other) bool
The equality operator.
inherited