Show / Hide Table of Contents

Class GoogleCloudDatalabelingV1p2alpha1ImportDataOperationResponse

Response used for ImportData longrunning operation.

Inheritance
object
GoogleCloudDatalabelingV1p2alpha1ImportDataOperationResponse
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 GoogleCloudDatalabelingV1p2alpha1ImportDataOperationResponse : IDirectResponseSchema

Properties

Dataset

Ouptut only. The name of imported dataset.

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

ImportCount

Output only. Number of examples imported successfully.

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

TotalCount

Output only. Total number of examples requested to import

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