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.
Implements
IMessageGcsSource, IEquatableGcsSource, IDeepCloneableGcsSource, 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 |