Resource: AdaptiveMtDataset
An Adaptive MT Dataset.
JSON representation |
---|
{ "name" : string , "displayName" : string , "sourceLanguageCode" : string , "targetLanguageCode" : string , "exampleCount" : integer , "createTime" : string , "updateTime" : string } |
Fields | |
---|---|
name
|
Required. The resource name of the dataset, in form of |
displayName
|
The name of the dataset to show in the interface. The name can be up to 32 characters long and can consist only of ASCII Latin letters A-Z and a-z, underscores (_), and ASCII digits 0-9. |
sourceLanguageCode
|
The BCP-47 language code of the source language. |
targetLanguageCode
|
The BCP-47 language code of the target language. |
exampleCount
|
The number of examples in the dataset. |
createTime
|
Output only. Timestamp when this dataset was created. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
updateTime
|
Output only. Timestamp when this dataset was last updated. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
Methods |
|
---|---|
|
Creates an Adaptive MT dataset. |
|
Deletes an Adaptive MT dataset, including all its entries and associated metadata. |
|
Gets the Adaptive MT dataset. |
|
Imports an AdaptiveMtFile and adds all of its sentences into the AdaptiveMtDataset. |
|
Lists all Adaptive MT datasets for which the caller has read permission. |