Class InputFile
An input file.
Implements
Inherited Members
Namespace: Google.Apis.Translate.v3.Data
Assembly: Google.Apis.Translate.v3.dll
Syntax
public class InputFile : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
GcsSource
Google Cloud Storage file source.
Declaration
[JsonProperty("gcsSource")]
public virtual GcsInputSource GcsSource { get; set; }
Property Value
Type | Description |
---|---|
GcsInputSource |
Usage
Optional. Usage of the file contents. Options are TRAIN|VALIDATION|TEST, or UNASSIGNED (by default) for auto split.
Declaration
[JsonProperty("usage")]
public virtual string Usage { get; set; }
Property Value
Type | Description |
---|---|
string |