Data Labeling v1beta1 API - Class CsvInstruction (2.0.0-beta02)

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.

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