public sealed class ImportDataOperationResponse : IMessage<ImportDataOperationResponse>, IEquatable<ImportDataOperationResponse>, IDeepCloneable<ImportDataOperationResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Labeling v1beta1 API class ImportDataOperationResponse.
Response used for ImportData longrunning operation.
Implements
IMessageImportDataOperationResponse, IEquatableImportDataOperationResponse, IDeepCloneableImportDataOperationResponse, IBufferMessage, IMessageNamespace
Google.Cloud.DataLabeling.V1Beta1Assembly
Google.Cloud.DataLabeling.V1Beta1.dll
Constructors
ImportDataOperationResponse()
public ImportDataOperationResponse()
ImportDataOperationResponse(ImportDataOperationResponse)
public ImportDataOperationResponse(ImportDataOperationResponse other)
Parameter | |
---|---|
Name | Description |
other |
ImportDataOperationResponse |
Properties
Dataset
public string Dataset { get; set; }
Ouptut only. The name of imported dataset.
Property Value | |
---|---|
Type | Description |
string |
ImportCount
public int ImportCount { get; set; }
Output only. Number of examples imported successfully.
Property Value | |
---|---|
Type | Description |
int |
TotalCount
public int TotalCount { get; set; }
Output only. Total number of examples requested to import
Property Value | |
---|---|
Type | Description |
int |