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

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

Reference documentation and code samples for the Data Labeling v1beta1 API class GcsFolderDestination.

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