public static interface BulkUploadFeedbackLabelsMetadata.UploadStatsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getFailedValidationCount()
The number of objects skipped because of failed validation
int32 failed_validation_count = 2; |
int |
getProcessedObjectCount()
The number of objects processed during the upload operation.
|
int |
getSuccessfulUploadCount()
The number of new feedback labels added during this ingest operation.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getProcessedObjectCount()
The number of objects processed during the upload operation.
int32 processed_object_count = 1;int getFailedValidationCount()
The number of objects skipped because of failed validation
int32 failed_validation_count = 2;int getSuccessfulUploadCount()
The number of new feedback labels added during this ingest operation.
int32 successful_upload_count = 3;Copyright © 2025 Google LLC. All rights reserved.