Package com.google.cloud.aiplatform.v1
Interface NearestNeighborSearchOperationMetadataOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
NearestNeighborSearchOperationMetadata,NearestNeighborSearchOperationMetadata.Builder
@Generated
public interface NearestNeighborSearchOperationMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetContentValidationStats(int index) The validation stats of the content (per file) to be inserted or updated on the Matching Engine Index resource.intThe validation stats of the content (per file) to be inserted or updated on the Matching Engine Index resource.The validation stats of the content (per file) to be inserted or updated on the Matching Engine Index resource.getContentValidationStatsOrBuilder(int index) The validation stats of the content (per file) to be inserted or updated on the Matching Engine Index resource.The validation stats of the content (per file) to be inserted or updated on the Matching Engine Index resource.longThe ingested data size in bytes.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getContentValidationStatsList
List<NearestNeighborSearchOperationMetadata.ContentValidationStats> getContentValidationStatsList()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.
repeated .google.cloud.aiplatform.v1.NearestNeighborSearchOperationMetadata.ContentValidationStats content_validation_stats = 1; -
getContentValidationStats
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.
repeated .google.cloud.aiplatform.v1.NearestNeighborSearchOperationMetadata.ContentValidationStats content_validation_stats = 1; -
getContentValidationStatsCount
int getContentValidationStatsCount()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.
repeated .google.cloud.aiplatform.v1.NearestNeighborSearchOperationMetadata.ContentValidationStats content_validation_stats = 1; -
getContentValidationStatsOrBuilderList
List<? extends NearestNeighborSearchOperationMetadata.ContentValidationStatsOrBuilder> getContentValidationStatsOrBuilderList()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.
repeated .google.cloud.aiplatform.v1.NearestNeighborSearchOperationMetadata.ContentValidationStats content_validation_stats = 1; -
getContentValidationStatsOrBuilder
NearestNeighborSearchOperationMetadata.ContentValidationStatsOrBuilder getContentValidationStatsOrBuilder(int index) 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.
repeated .google.cloud.aiplatform.v1.NearestNeighborSearchOperationMetadata.ContentValidationStats content_validation_stats = 1; -
getDataBytesCount
long getDataBytesCount()The ingested data size in bytes.
int64 data_bytes_count = 2;- Returns:
- The dataBytesCount.
-