public static interface BulkUploadFeedbackLabelsMetadata.UploadStatsOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getFailedValidationCount()
public abstract int getFailedValidationCount()
The number of objects skipped because of failed validation
int32 failed_validation_count = 2;
Returns | |
---|---|
Type | Description |
int |
The failedValidationCount. |
getProcessedObjectCount()
public abstract int getProcessedObjectCount()
The number of objects processed during the upload operation.
int32 processed_object_count = 1;
Returns | |
---|---|
Type | Description |
int |
The processedObjectCount. |
getSuccessfulUploadCount()
public abstract int getSuccessfulUploadCount()
The number of new feedback labels added during this ingest operation.
int32 successful_upload_count = 3;
Returns | |
---|---|
Type | Description |
int |
The successfulUploadCount. |