Interface NearestNeighborSearchOperationMetadata.ContentValidationStatsOrBuilder (3.5.0)

public static interface NearestNeighborSearchOperationMetadata.ContentValidationStatsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getInvalidRecordCount()

public abstract long getInvalidRecordCount()

Number of records in this file we skipped due to validate errors.

int64 invalid_record_count = 3;

Returns
TypeDescription
long

The invalidRecordCount.

getPartialErrors(int index)

public abstract 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;

Parameter
NameDescription
indexint
Returns
TypeDescription
NearestNeighborSearchOperationMetadata.RecordError

getPartialErrorsCount()

public abstract 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;

Returns
TypeDescription
int

getPartialErrorsList()

public abstract 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;

Returns
TypeDescription
List<RecordError>

getPartialErrorsOrBuilder(int index)

public abstract 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;

Parameter
NameDescription
indexint
Returns
TypeDescription
NearestNeighborSearchOperationMetadata.RecordErrorOrBuilder

getPartialErrorsOrBuilderList()

public abstract 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;

Returns
TypeDescription
List<? extends com.google.cloud.aiplatform.v1beta1.NearestNeighborSearchOperationMetadata.RecordErrorOrBuilder>

getSourceGcsUri()

public abstract String getSourceGcsUri()

Cloud Storage URI pointing to the original file in user's bucket.

string source_gcs_uri = 1;

Returns
TypeDescription
String

The sourceGcsUri.

getSourceGcsUriBytes()

public abstract ByteString getSourceGcsUriBytes()

Cloud Storage URI pointing to the original file in user's bucket.

string source_gcs_uri = 1;

Returns
TypeDescription
ByteString

The bytes for sourceGcsUri.

getValidRecordCount()

public abstract long getValidRecordCount()

Number of records in this file that were successfully processed.

int64 valid_record_count = 2;

Returns
TypeDescription
long

The validRecordCount.