Google Cloud Ai Platform V1 Client - Class NearestNeighborSearchOperationMetadata (0.31.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

Namespace

Google \ Cloud \ AIPlatform \ V1

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.

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.

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

getDataBytesCount

The ingested data size in bytes.

Returns
TypeDescription
int|string

setDataBytesCount

The ingested data size in bytes.

Parameter
NameDescription
var int|string
Returns
TypeDescription
$this