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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getInvalidRecordCount()
Number of records in this file we skipped due to validate errors.NearestNeighborSearchOperationMetadata.RecordError
getPartialErrors(int index)
The detail information of the partial failures encountered for those invalid records that couldn't be parsed.int
getPartialErrorsCount()
The detail information of the partial failures encountered for those invalid records that couldn't be parsed.List<NearestNeighborSearchOperationMetadata.RecordError>
getPartialErrorsList()
The detail information of the partial failures encountered for those invalid records that couldn't be parsed.NearestNeighborSearchOperationMetadata.RecordErrorOrBuilder
getPartialErrorsOrBuilder(int index)
The detail information of the partial failures encountered for those invalid records that couldn't be parsed.List<? extends NearestNeighborSearchOperationMetadata.RecordErrorOrBuilder>
getPartialErrorsOrBuilderList()
The detail information of the partial failures encountered for those invalid records that couldn't be parsed.String
getSourceGcsUri()
Cloud Storage URI pointing to the original file in user's bucket.com.google.protobuf.ByteString
getSourceGcsUriBytes()
Cloud Storage URI pointing to the original file in user's bucket.long
getValidRecordCount()
Number of records in this file that were successfully processed.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
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.v1beta1.NearestNeighborSearchOperationMetadata.RecordError partial_errors = 4;
-
getPartialErrors
NearestNeighborSearchOperationMetadata.RecordError getPartialErrors(int index)
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.v1beta1.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.v1beta1.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.v1beta1.NearestNeighborSearchOperationMetadata.RecordError partial_errors = 4;
-
getPartialErrorsOrBuilder
NearestNeighborSearchOperationMetadata.RecordErrorOrBuilder getPartialErrorsOrBuilder(int index)
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.v1beta1.NearestNeighborSearchOperationMetadata.RecordError partial_errors = 4;
-
-