Data Labeling v1beta1 API - Class OutputConfig (2.0.0-beta05)

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

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

The configuration of output data.

Inheritance

object > OutputConfig

Namespace

Google.Cloud.DataLabeling.V1Beta1

Assembly

Google.Cloud.DataLabeling.V1Beta1.dll

Constructors

OutputConfig()

public OutputConfig()

OutputConfig(OutputConfig)

public OutputConfig(OutputConfig other)
Parameter
Name Description
other OutputConfig

Properties

DestinationCase

public OutputConfig.DestinationOneofCase DestinationCase { get; }
Property Value
Type Description
OutputConfigDestinationOneofCase

GcsDestination

public GcsDestination GcsDestination { get; set; }

Output to a file in Cloud Storage. Should be used for labeling output other than image segmentation.

Property Value
Type Description
GcsDestination

GcsFolderDestination

public GcsFolderDestination GcsFolderDestination { get; set; }

Output to a folder in Cloud Storage. Should be used for image segmentation labeling output.

Property Value
Type Description
GcsFolderDestination