public sealed class GcsFolderDestination : IMessage<GcsFolderDestination>, IEquatable<GcsFolderDestination>, IDeepCloneable<GcsFolderDestination>, IBufferMessage, IMessage
Export folder destination of the data.
Implements
IMessage<GcsFolderDestination>, IEquatable<GcsFolderDestination>, IDeepCloneable<GcsFolderDestination>, IBufferMessage, IMessageNamespace
Google.Cloud.DataLabeling.V1Beta1Assembly
Google.Cloud.DataLabeling.V1Beta1.dll
Constructors
GcsFolderDestination()
public GcsFolderDestination()
GcsFolderDestination(GcsFolderDestination)
public GcsFolderDestination(GcsFolderDestination other)
Parameter | |
---|---|
Name | Description |
other | GcsFolderDestination |
Properties
OutputFolderUri
public string OutputFolderUri { get; set; }
Required. Cloud Storage directory to export data to.
Property Value | |
---|---|
Type | Description |
String |