public sealed class CsvInstruction : IMessage<CsvInstruction>, IEquatable<CsvInstruction>, IDeepCloneable<CsvInstruction>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Labeling v1beta1 API class CsvInstruction.
Deprecated: this instruction format is not supported any more. Instruction from a CSV file.
Implements
IMessageCsvInstruction, IEquatableCsvInstruction, IDeepCloneableCsvInstruction, IBufferMessage, IMessageNamespace
Google.Cloud.DataLabeling.V1Beta1Assembly
Google.Cloud.DataLabeling.V1Beta1.dll
Constructors
CsvInstruction()
public CsvInstruction()
CsvInstruction(CsvInstruction)
public CsvInstruction(CsvInstruction other)
Parameter | |
---|---|
Name | Description |
other |
CsvInstruction |
Properties
GcsFileUri
public string GcsFileUri { get; set; }
CSV file for the instruction. Only gcs path is allowed.
Property Value | |
---|---|
Type | Description |
string |