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

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.

Inheritance

object > ExportDataOperationResponse

Namespace

Google.Cloud.DataLabeling.V1Beta1

Assembly

Google.Cloud.DataLabeling.V1Beta1.dll

Constructors

ExportDataOperationResponse()

public ExportDataOperationResponse()

ExportDataOperationResponse(ExportDataOperationResponse)

public ExportDataOperationResponse(ExportDataOperationResponse other)
Parameter
NameDescription
otherExportDataOperationResponse

Properties

Dataset

public string Dataset { get; set; }

Ouptut only. The name of dataset. "projects//datasets/"

Property Value
TypeDescription
string

ExportCount

public int ExportCount { get; set; }

Output only. Number of examples exported successfully.

Property Value
TypeDescription
int

LabelStats

public LabelStats LabelStats { get; set; }

Output only. Statistic infos of labels in the exported dataset.

Property Value
TypeDescription
LabelStats

OutputConfig

public OutputConfig OutputConfig { get; set; }

Output only. output_config in the ExportData request.

Property Value
TypeDescription
OutputConfig

TotalCount

public int TotalCount { get; set; }

Output only. Total number of examples requested to export

Property Value
TypeDescription
int