Google Cloud Ai Platform V1 Client - Class NearestNeighborSearchOperationMetadata (0.10.0)

Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class NearestNeighborSearchOperationMetadata.

Runtime operation metadata with regard to Matching Engine Index.

Generated from protobuf message google.cloud.aiplatform.v1.NearestNeighborSearchOperationMetadata

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ content_validation_stats array<Google\Cloud\AIPlatform\V1\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.

↳ data_bytes_count int|string

The ingested data size in bytes.

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. Please note that, currently for those files that are broken or has unsupported file format, we will not have the stats for those files.

Generated from protobuf field repeated .google.cloud.aiplatform.v1.NearestNeighborSearchOperationMetadata.ContentValidationStats content_validation_stats = 1;

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setContentValidationStats

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.

Generated from protobuf field repeated .google.cloud.aiplatform.v1.NearestNeighborSearchOperationMetadata.ContentValidationStats content_validation_stats = 1;

Parameter
NameDescription
var array<Google\Cloud\AIPlatform\V1\NearestNeighborSearchOperationMetadata\ContentValidationStats>
Returns
TypeDescription
$this

getDataBytesCount

The ingested data size in bytes.

Generated from protobuf field int64 data_bytes_count = 2;

Returns
TypeDescription
int|string

setDataBytesCount

The ingested data size in bytes.

Generated from protobuf field int64 data_bytes_count = 2;

Parameter
NameDescription
var int|string
Returns
TypeDescription
$this