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 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

       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.