Interface NearestNeighborSearchOperationMetadata.ContentValidationStatsOrBuilder

    • 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.v1.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.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

        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.v1.NearestNeighborSearchOperationMetadata.RecordError partial_errors = 4;