public sealed class GcsDestination : IMessage<GcsDestination>, IEquatable<GcsDestination>, IDeepCloneable<GcsDestination>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Labeling v1beta1 API class GcsDestination.
Export destination of the data.Only gcs path is allowed in output_uri.
Implements
IMessageGcsDestination, IEquatableGcsDestination, IDeepCloneableGcsDestination, IBufferMessage, IMessageNamespace
Google.Cloud.DataLabeling.V1Beta1Assembly
Google.Cloud.DataLabeling.V1Beta1.dll
Constructors
GcsDestination()
public GcsDestination()
GcsDestination(GcsDestination)
public GcsDestination(GcsDestination other)
Parameter | |
---|---|
Name | Description |
other |
GcsDestination |
Properties
MimeType
public string MimeType { get; set; }
Required. The format of the gcs destination. Only "text/csv" and "application/json" are supported.
Property Value | |
---|---|
Type | Description |
string |
OutputUri
public string OutputUri { get; set; }
Required. The output uri of destination file.
Property Value | |
---|---|
Type | Description |
string |