Data Labeling v1beta1 API - Class GcsSource (2.0.0-beta03)

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

Reference documentation and code samples for the Data Labeling v1beta1 API class GcsSource.

Source of the Cloud Storage file to be imported.

Inheritance

object > GcsSource

Namespace

Google.Cloud.DataLabeling.V1Beta1

Assembly

Google.Cloud.DataLabeling.V1Beta1.dll

Constructors

GcsSource()

public GcsSource()

GcsSource(GcsSource)

public GcsSource(GcsSource other)
Parameter
NameDescription
otherGcsSource

Properties

InputUri

public string InputUri { get; set; }

Required. The input URI of source file. This must be a Cloud Storage path (gs://...).

Property Value
TypeDescription
string

MimeType

public string MimeType { get; set; }

Required. The format of the source file. Only "text/csv" is supported.

Property Value
TypeDescription
string