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

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
Name Description
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
Type Description
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
Name Description
var array<Google\Cloud\AIPlatform\V1\NearestNeighborSearchOperationMetadata\ContentValidationStats>
Returns
Type Description
$this

getDataBytesCount

The ingested data size in bytes.

Returns
Type Description
int|string

setDataBytesCount

The ingested data size in bytes.

Parameter
Name Description
var int|string
Returns
Type Description
$this