Class GcsFolderDestination (2.0.0-beta01)

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

Export folder destination of the data.

Inheritance

Object > GcsFolderDestination

Namespace

Google.Cloud.DataLabeling.V1Beta1

Assembly

Google.Cloud.DataLabeling.V1Beta1.dll

Constructors

GcsFolderDestination()

public GcsFolderDestination()

GcsFolderDestination(GcsFolderDestination)

public GcsFolderDestination(GcsFolderDestination other)
Parameter
NameDescription
otherGcsFolderDestination

Properties

OutputFolderUri

public string OutputFolderUri { get; set; }

Required. Cloud Storage directory to export data to.

Property Value
TypeDescription
String