public sealed class ExportDataOperationResponse : IMessage<ExportDataOperationResponse>, IEquatable<ExportDataOperationResponse>, IDeepCloneable<ExportDataOperationResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Labeling v1beta1 API class ExportDataOperationResponse.
Response used for ExportDataset longrunning operation.
Implements
IMessageExportDataOperationResponse, IEquatableExportDataOperationResponse, IDeepCloneableExportDataOperationResponse, IBufferMessage, IMessageNamespace
Google.Cloud.DataLabeling.V1Beta1Assembly
Google.Cloud.DataLabeling.V1Beta1.dll
Constructors
ExportDataOperationResponse()
public ExportDataOperationResponse()
ExportDataOperationResponse(ExportDataOperationResponse)
public ExportDataOperationResponse(ExportDataOperationResponse other)
Parameter | |
---|---|
Name | Description |
other |
ExportDataOperationResponse |
Properties
Dataset
public string Dataset { get; set; }
Ouptut only. The name of dataset. "projects//datasets/"
Property Value | |
---|---|
Type | Description |
string |
ExportCount
public int ExportCount { get; set; }
Output only. Number of examples exported successfully.
Property Value | |
---|---|
Type | Description |
int |
LabelStats
public LabelStats LabelStats { get; set; }
Output only. Statistic infos of labels in the exported dataset.
Property Value | |
---|---|
Type | Description |
LabelStats |
OutputConfig
public OutputConfig OutputConfig { get; set; }
Output only. output_config in the ExportData request.
Property Value | |
---|---|
Type | Description |
OutputConfig |
TotalCount
public int TotalCount { get; set; }
Output only. Total number of examples requested to export
Property Value | |
---|---|
Type | Description |
int |