public static interface NearestNeighborSearchOperationMetadata.ContentValidationStatsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getSourceGcsUri()
Cloud Storage URI pointing to the original file in user's bucket.
string source_gcs_uri = 1;com.google.protobuf.ByteString getSourceGcsUriBytes()
Cloud Storage URI pointing to the original file in user's bucket.
string source_gcs_uri = 1;long getValidRecordCount()
Number of records in this file that were successfully processed.
int64 valid_record_count = 2;long getInvalidRecordCount()
Number of records in this file we skipped due to validate errors.
int64 invalid_record_count = 3;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;
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;
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;
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;
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;
Copyright © 2024 Google LLC. All rights reserved.