Package com.google.cloud.aiplatform.v1
Interface NearestNeighborSearchOperationMetadata.ContentValidationStatsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
NearestNeighborSearchOperationMetadata.ContentValidationStats,NearestNeighborSearchOperationMetadata.ContentValidationStats.Builder
- Enclosing class:
- NearestNeighborSearchOperationMetadata
public static interface NearestNeighborSearchOperationMetadata.ContentValidationStatsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlongNumber of records in this file we skipped due to validate errors.longNumber of sparse records in this file we skipped due to validate errors.getPartialErrors(int index) The detail information of the partial failures encountered for those invalid records that couldn't be parsed.intThe detail information of the partial failures encountered for those invalid records that couldn't be parsed.The detail information of the partial failures encountered for those invalid records that couldn't be parsed.getPartialErrorsOrBuilder(int index) The detail information of the partial failures encountered for those invalid records that couldn't be parsed.The detail information of the partial failures encountered for those invalid records that couldn't be parsed.Cloud Storage URI pointing to the original file in user's bucket.com.google.protobuf.ByteStringCloud Storage URI pointing to the original file in user's bucket.longNumber of records in this file that were successfully processed.longNumber of sparse records in this file that were successfully processed.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getSourceGcsUri
String getSourceGcsUri()Cloud Storage URI pointing to the original file in user's bucket.
string source_gcs_uri = 1;- Returns:
- The sourceGcsUri.
-
getSourceGcsUriBytes
com.google.protobuf.ByteString getSourceGcsUriBytes()Cloud Storage URI pointing to the original file in user's bucket.
string source_gcs_uri = 1;- Returns:
- The bytes for sourceGcsUri.
-
getValidRecordCount
long getValidRecordCount()Number of records in this file that were successfully processed.
int64 valid_record_count = 2;- Returns:
- The validRecordCount.
-
getInvalidRecordCount
long getInvalidRecordCount()Number of records in this file we skipped due to validate errors.
int64 invalid_record_count = 3;- Returns:
- The invalidRecordCount.
-
getPartialErrorsList
List<NearestNeighborSearchOperationMetadata.RecordError> getPartialErrorsList()The detail information of the partial failures encountered for those invalid records that couldn't be parsed. Up to 50 partial errors will be reported.
repeated .google.cloud.aiplatform.v1.NearestNeighborSearchOperationMetadata.RecordError partial_errors = 4; -
getPartialErrors
The detail information of the partial failures encountered for those invalid records that couldn't be parsed. Up to 50 partial errors will be reported.
repeated .google.cloud.aiplatform.v1.NearestNeighborSearchOperationMetadata.RecordError partial_errors = 4; -
getPartialErrorsCount
int getPartialErrorsCount()The detail information of the partial failures encountered for those invalid records that couldn't be parsed. Up to 50 partial errors will be reported.
repeated .google.cloud.aiplatform.v1.NearestNeighborSearchOperationMetadata.RecordError partial_errors = 4; -
getPartialErrorsOrBuilderList
List<? extends NearestNeighborSearchOperationMetadata.RecordErrorOrBuilder> getPartialErrorsOrBuilderList()The detail information of the partial failures encountered for those invalid records that couldn't be parsed. Up to 50 partial errors will be reported.
repeated .google.cloud.aiplatform.v1.NearestNeighborSearchOperationMetadata.RecordError partial_errors = 4; -
getPartialErrorsOrBuilder
The detail information of the partial failures encountered for those invalid records that couldn't be parsed. Up to 50 partial errors will be reported.
repeated .google.cloud.aiplatform.v1.NearestNeighborSearchOperationMetadata.RecordError partial_errors = 4; -
getValidSparseRecordCount
long getValidSparseRecordCount()Number of sparse records in this file that were successfully processed.
int64 valid_sparse_record_count = 5;- Returns:
- The validSparseRecordCount.
-
getInvalidSparseRecordCount
long getInvalidSparseRecordCount()Number of sparse records in this file we skipped due to validate errors.
int64 invalid_sparse_record_count = 6;- Returns:
- The invalidSparseRecordCount.
-