ListAdaptiveMtSentencesResponse

List AdaptiveMt sentences response.

JSON representation
{
  "adaptiveMtSentences": [
    {
      object (AdaptiveMtSentence)
    }
  ],
  "nextPageToken": string
}
Fields
adaptiveMtSentences[]

object (AdaptiveMtSentence)

Output only. The list of AdaptiveMtSentences.

nextPageToken

string

Optional.

AdaptiveMtSentence

An AdaptiveMt sentence entry.

JSON representation
{
  "name": string,
  "sourceSentence": string,
  "targetSentence": string,
  "createTime": string,
  "updateTime": string
}
Fields
name

string

Required. The resource name of the file, in form of projects/{project-number-or-id}/locations/{locationId}/adaptiveMtDatasets/{dataset}/adaptiveMtFiles/{file}/adaptiveMtSentences/{sentence}

sourceSentence

string

Required. The source sentence.

targetSentence

string

Required. The target sentence.

createTime

string (Timestamp format)

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: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".

updateTime

string (Timestamp format)

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: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".