Class GoogleCloudDatalabelingV1beta1ExportDataOperationResponse
Response used for ExportDataset longrunning operation.
Implements
Inherited Members
Namespace: Google.Apis.DataLabeling.v1beta1.Data
Assembly: Google.Apis.DataLabeling.v1beta1.dll
Syntax
public class GoogleCloudDatalabelingV1beta1ExportDataOperationResponse : IDirectResponseSchema
Properties
AnnotatedDataset
Output only. The name of annotated dataset in format "projects//datasets//annotatedDatasets/*".
Declaration
[JsonProperty("annotatedDataset")]
public virtual string AnnotatedDataset { get; set; }
Property Value
Type | Description |
---|---|
string |
Dataset
Ouptut only. The name of dataset. "projects//datasets/"
Declaration
[JsonProperty("dataset")]
public virtual string Dataset { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ExportCount
Output only. Number of examples exported successfully.
Declaration
[JsonProperty("exportCount")]
public virtual int? ExportCount { get; set; }
Property Value
Type | Description |
---|---|
int? |
LabelStats
Output only. Statistic infos of labels in the exported dataset.
Declaration
[JsonProperty("labelStats")]
public virtual GoogleCloudDatalabelingV1beta1LabelStats LabelStats { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDatalabelingV1beta1LabelStats |
OutputConfig
Output only. output_config in the ExportData request.
Declaration
[JsonProperty("outputConfig")]
public virtual GoogleCloudDatalabelingV1beta1OutputConfig OutputConfig { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDatalabelingV1beta1OutputConfig |
TotalCount
Output only. Total number of examples requested to export
Declaration
[JsonProperty("totalCount")]
public virtual int? TotalCount { get; set; }
Property Value
Type | Description |
---|---|
int? |