public sealed class GcsSource : IMessage<GcsSource>, IEquatable<GcsSource>, IDeepCloneable<GcsSource>, IBufferMessage, IMessage
Source of the Cloud Storage file to be imported.
Implements
IMessage<GcsSource>, IEquatable<GcsSource>, IDeepCloneable<GcsSource>, IBufferMessage, IMessageNamespace
Google.Cloud.DataLabeling.V1Beta1Assembly
Google.Cloud.DataLabeling.V1Beta1.dll
Constructors
GcsSource()
public GcsSource()
GcsSource(GcsSource)
public GcsSource(GcsSource other)
Parameter | |
---|---|
Name | Description |
other | GcsSource |
Properties
InputUri
public string InputUri { get; set; }
Required. The input URI of source file. This must be a Cloud Storage path
(gs://...
).
Property Value | |
---|---|
Type | Description |
String |
MimeType
public string MimeType { get; set; }
Required. The format of the source file. Only "text/csv" is supported.
Property Value | |
---|---|
Type | Description |
String |