NearestNeighborSearchOperationMetadata_ContentValidationStats class final

Constructors

NearestNeighborSearchOperationMetadata_ContentValidationStats({String sourceGcsUri = '', int validRecordCount = 0, int invalidRecordCount = 0, List<NearestNeighborSearchOperationMetadata_RecordError> partialErrors = const [], int validSparseRecordCount = 0, int invalidSparseRecordCount = 0})
NearestNeighborSearchOperationMetadata_ContentValidationStats.fromJson(Object? j)
factory

Properties

hashCode → int
The hash code for this object.
no setterinherited
invalidRecordCount → int
Number of records in this file we skipped due to validate errors.
final
invalidSparseRecordCount → int
Number of sparse records in this file we skipped due to validate errors.
final
partialErrors → List<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.
final
qualifiedName → String
The fully qualified name of this message, i.e., google.protobuf.Duration or google.rpc.ErrorInfo.
finalinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
sourceGcsUri → String
Cloud Storage URI pointing to the original file in user's bucket.
final
validRecordCount → int
Number of records in this file that were successfully processed.
final
validSparseRecordCount → int
Number of sparse records in this file that were successfully processed.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() → Object
toString() → String
A string representation of this object.
override

Operators

operator ==(Object other) → bool
The equality operator.
inherited

Constants

fullyQualifiedName → const String