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

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.

Inheritance

object > GcsDestination

Namespace

Google.Cloud.DataLabeling.V1Beta1

Assembly

Google.Cloud.DataLabeling.V1Beta1.dll

Constructors

GcsDestination()

public GcsDestination()

GcsDestination(GcsDestination)

public GcsDestination(GcsDestination other)
Parameter
NameDescription
otherGcsDestination

Properties

MimeType

public string MimeType { get; set; }

Required. The format of the gcs destination. Only "text/csv" and "application/json" are supported.

Property Value
TypeDescription
string

OutputUri

public string OutputUri { get; set; }

Required. The output uri of destination file.

Property Value
TypeDescription
string