List AdaptiveMt sentences response.
JSON representation |
---|
{
"adaptiveMtSentences": [
{
object ( |
Fields | |
---|---|
adaptiveMtSentences[] |
Output only. The list of AdaptiveMtSentences. |
nextPageToken |
Optional. |
AdaptiveMtSentence
An AdaptiveMt sentence entry.
JSON representation |
---|
{ "name": string, "sourceSentence": string, "targetSentence": string, "createTime": string, "updateTime": string } |
Fields | |
---|---|
name |
Required. The resource name of the file, in form of |
sourceSentence |
Required. The source sentence. |
targetSentence |
Required. The target sentence. |
createTime |
Output only. Timestamp when this sentence 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 sentence was last updated. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |