Class CsvInstruction (2.0.0-beta01)

public sealed class CsvInstruction : IMessage<CsvInstruction>, IEquatable<CsvInstruction>, IDeepCloneable<CsvInstruction>, IBufferMessage, IMessage

Deprecated: this instruction format is not supported any more. Instruction from a CSV file.

Inheritance

Object > CsvInstruction

Namespace

Google.Cloud.DataLabeling.V1Beta1

Assembly

Google.Cloud.DataLabeling.V1Beta1.dll

Constructors

CsvInstruction()

public CsvInstruction()

CsvInstruction(CsvInstruction)

public CsvInstruction(CsvInstruction other)
Parameter
NameDescription
otherCsvInstruction

Properties

GcsFileUri

public string GcsFileUri { get; set; }

CSV file for the instruction. Only gcs path is allowed.

Property Value
TypeDescription
String