Class NearestNeighborSearchOperationMetadata (1.21.0)

  NearestNeighborSearchOperationMetadata 
 ( 
 mapping 
 = 
 None 
 , 
 * 
 , 
 ignore_unknown_fields 
 = 
 False 
 , 
 ** 
 kwargs 
 ) 
 

Runtime operation metadata with regard to Matching Engine Index.

Attributes

Name Description
content_validation_stats Sequence[ google.cloud.aiplatform_v1.types.NearestNeighborSearchOperationMetadata.ContentValidationStats ]
The validation stats of the content (per file) to be inserted or updated on the Matching Engine Index resource. Populated if contentsDeltaUri is provided as part of Index.metadata . Please note that, currently for those files that are broken or has unsupported file format, we will not have the stats for those files.
data_bytes_count int
The ingested data size in bytes.

Inheritance

builtins.object > proto.message.Message > NearestNeighborSearchOperationMetadata

Classes

  ContentValidationStats 
 ( 
 mapping 
 = 
 None 
 , 
 * 
 , 
 ignore_unknown_fields 
 = 
 False 
 , 
 ** 
 kwargs 
 ) 
 
  RecordError 
 ( 
 mapping 
 = 
 None 
 , 
 * 
 , 
 ignore_unknown_fields 
 = 
 False 
 , 
 ** 
 kwargs 
 )