public sealed class NearestNeighborSearchOperationMetadata : IMessage<NearestNeighborSearchOperationMetadata>, IEquatable<NearestNeighborSearchOperationMetadata>, IDeepCloneable<NearestNeighborSearchOperationMetadata>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class NearestNeighborSearchOperationMetadata.
Runtime operation metadata with regard to Matching Engine Index.
Implements
IMessageNearestNeighborSearchOperationMetadata, IEquatableNearestNeighborSearchOperationMetadata, IDeepCloneableNearestNeighborSearchOperationMetadata, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
NearestNeighborSearchOperationMetadata()
public NearestNeighborSearchOperationMetadata()NearestNeighborSearchOperationMetadata(NearestNeighborSearchOperationMetadata)
public NearestNeighborSearchOperationMetadata(NearestNeighborSearchOperationMetadata other)| Parameter | |
|---|---|
| Name | Description |
other |
NearestNeighborSearchOperationMetadata |
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.v1beta1.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 | |
|---|---|
| Type | Description |
RepeatedFieldNearestNeighborSearchOperationMetadataTypesContentValidationStats |
|
DataBytesCount
public long DataBytesCount { get; set; }The ingested data size in bytes.
| Property Value | |
|---|---|
| Type | Description |
long |
|