public sealed class DatasetInputConfig.Types.InputFile : IMessage<DatasetInputConfig.Types.InputFile>, IEquatable<DatasetInputConfig.Types.InputFile>, IDeepCloneable<DatasetInputConfig.Types.InputFile>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Translation v3 API class DatasetInputConfig.Types.InputFile.
An input file.
Implements
IMessageDatasetInputConfigTypesInputFile, IEquatableDatasetInputConfigTypesInputFile, IDeepCloneableDatasetInputConfigTypesInputFile, IBufferMessage, IMessageNamespace
Google.Cloud.Translate.V3Assembly
Google.Cloud.Translate.V3.dll
Constructors
InputFile()
public InputFile()
InputFile(InputFile)
public InputFile(DatasetInputConfig.Types.InputFile other)
Parameter | |
---|---|
Name | Description |
other |
DatasetInputConfigTypesInputFile |
Properties
GcsSource
public GcsInputSource GcsSource { get; set; }
Google Cloud Storage file source.
Property Value | |
---|---|
Type | Description |
GcsInputSource |
SourceCase
public DatasetInputConfig.Types.InputFile.SourceOneofCase SourceCase { get; }
Property Value | |
---|---|
Type | Description |
DatasetInputConfigTypesInputFileSourceOneofCase |
Usage
public string Usage { get; set; }
Optional. Usage of the file contents. Options are TRAIN|VALIDATION|TEST, or UNASSIGNED (by default) for auto split.
Property Value | |
---|---|
Type | Description |
string |