NearestNeighborSearchOperationMetadata class final
Runtime operation metadata with regard to Matching Engine Index.
- Inheritance
-
- Object
- ProtoMessage
- NearestNeighborSearchOperationMetadata
Constructors
-
NearestNeighborSearchOperationMetadata({List<
NearestNeighborSearchOperationMetadata_ContentValidationStats> contentValidationStats = const [], int dataBytesCount = 0}) -
NearestNeighborSearchOperationMetadata.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
contentValidationStats
→ List<
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.final - dataBytesCount → int
-
The ingested data size in bytes.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- qualifiedName → String
-
The fully qualified name of this message, i.e.,
google.protobuf.Durationorgoogle.rpc.ErrorInfo.finalinherited - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Object -
override
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- fullyQualifiedName → const String