Class GoogleCloudAiplatformV1beta1NearestNeighborSearchOperationMetadata
Runtime operation metadata with regard to Matching Engine Index.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1NearestNeighborSearchOperationMetadata : IDirectResponseSchema
Properties
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.
Declaration
[JsonProperty("contentValidationStats")]
public virtual IList<GoogleCloudAiplatformV1beta1NearestNeighborSearchOperationMetadataContentValidationStats> ContentValidationStats { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudAiplatformV1beta1NearestNeighborSearchOperationMetadataContentValidationStats> |
DataBytesCount
The ingested data size in bytes.
Declaration
[JsonProperty("dataBytesCount")]
public virtual long? DataBytesCount { get; set; }
Property Value
Type | Description |
---|---|
long? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |