Show / Hide Table of Contents

Class GoogleCloudDatalabelingV1alpha1ExportDataOperationResponse

Response used for ExportDataset longrunning operation.

Inheritance
object
GoogleCloudDatalabelingV1alpha1ExportDataOperationResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DataLabeling.v1beta1.Data
Assembly: Google.Apis.DataLabeling.v1beta1.dll
Syntax
public class GoogleCloudDatalabelingV1alpha1ExportDataOperationResponse : 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 GoogleCloudDatalabelingV1alpha1LabelStats LabelStats { get; set; }
Property Value
Type Description
GoogleCloudDatalabelingV1alpha1LabelStats

OutputConfig

Output only. output_config in the ExportData request.

Declaration
[JsonProperty("outputConfig")]
public virtual GoogleCloudDatalabelingV1alpha1OutputConfig OutputConfig { get; set; }
Property Value
Type Description
GoogleCloudDatalabelingV1alpha1OutputConfig

TotalCount

Output only. Total number of examples requested to export

Declaration
[JsonProperty("totalCount")]
public virtual int? TotalCount { get; set; }
Property Value
Type Description
int?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX