REST Resource: projects.locations.adaptiveMtDatasets.adaptiveMtFiles

Resource: AdaptiveMtFile

An AdaptiveMtFile.

JSON representation
{
  "name": string,
  "displayName": string,
  "entryCount": integer,
  "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}

displayName

string

The file's display name.

entryCount

integer

The number of entries that the file contains.

createTime

string (Timestamp format)

Output only. Timestamp when this file 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 file 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".

Methods

delete

Deletes an AdaptiveMtFile along with its sentences.

get

Gets and AdaptiveMtFile

list

Lists all AdaptiveMtFiles associated to an AdaptiveMtDataset.