public sealed class OutputConfig : IMessage<OutputConfig>, IEquatable<OutputConfig>, IDeepCloneable<OutputConfig>, IBufferMessage, IMessage
The configuration of output data.
Implements
IMessage<OutputConfig>, IEquatable<OutputConfig>, IDeepCloneable<OutputConfig>, IBufferMessage, IMessageNamespace
Google.Cloud.DataLabeling.V1Beta1Assembly
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 |
OutputConfig.DestinationOneofCase |
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 |