Cloud AI Platform v1 API - Class NearestNeighborSearchOperationMetadata (2.27.0)

public sealed class NearestNeighborSearchOperationMetadata : IMessage<NearestNeighborSearchOperationMetadata>, IEquatable<NearestNeighborSearchOperationMetadata>, IDeepCloneable<NearestNeighborSearchOperationMetadata>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1 API class NearestNeighborSearchOperationMetadata.

Runtime operation metadata with regard to Matching Engine Index.

Inheritance

object > NearestNeighborSearchOperationMetadata

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

NearestNeighborSearchOperationMetadata()

public NearestNeighborSearchOperationMetadata()

NearestNeighborSearchOperationMetadata(NearestNeighborSearchOperationMetadata)

public NearestNeighborSearchOperationMetadata(NearestNeighborSearchOperationMetadata other)
Parameter
NameDescription
otherNearestNeighborSearchOperationMetadata

Properties

ContentValidationStats

public RepeatedField<NearestNeighborSearchOperationMetadata.Types.ContentValidationStats> ContentValidationStats { get; }

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][google.cloud.aiplatform.v1.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.

Property Value
TypeDescription
RepeatedFieldNearestNeighborSearchOperationMetadataTypesContentValidationStats

DataBytesCount

public long DataBytesCount { get; set; }

The ingested data size in bytes.

Property Value
TypeDescription
long