Show / Hide Table of Contents

Class CsvInstruction

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

Inheritance
System.Object
CsvInstruction
Implements
IMessage<CsvInstruction>
System.IEquatable<CsvInstruction>
IDeepCloneable<CsvInstruction>
Google.Protobuf.IBufferMessage
IMessage
Inherited Members
System.Object.ToString()
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Google.Cloud.DataLabeling.V1Beta1
Assembly: Google.Cloud.DataLabeling.V1Beta1.dll
Syntax
public sealed class CsvInstruction : IMessage<CsvInstruction>, IEquatable<CsvInstruction>, IDeepCloneable<CsvInstruction>, IBufferMessage, IMessage

Constructors

CsvInstruction()

Declaration
public CsvInstruction()

CsvInstruction(CsvInstruction)

Declaration
public CsvInstruction(CsvInstruction other)
Parameters
Type Name Description
CsvInstruction other

Properties

GcsFileUri

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

Declaration
public string GcsFileUri { get; set; }
Property Value
Type Description
System.String
Back to top