Class ContentValidationStats (1.11.0)

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

Attributes

NameDescription
source_gcs_uri str
Cloud Storage URI pointing to the original file in user's bucket.
valid_record_count int
Number of records in this file that were successfully processed.
invalid_record_count int
Number of records in this file we skipped due to validate errors.
partial_errors Sequence[google.cloud.aiplatform_v1.types.NearestNeighborSearchOperationMetadata.RecordError]
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.

Inheritance

builtins.object > proto.message.Message > ContentValidationStats