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

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

Runtime operation information for IndexService.UpdateIndex.

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

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ generic_metadata Google\Cloud\AIPlatform\V1\GenericOperationMetadata

The operation generic information.

↳ nearest_neighbor_search_operation_metadata Google\Cloud\AIPlatform\V1\NearestNeighborSearchOperationMetadata

The operation metadata with regard to Matching Engine Index operation.

getGenericMetadata

The operation generic information.

Generated from protobuf field .google.cloud.aiplatform.v1.GenericOperationMetadata generic_metadata = 1;

Returns
Type Description
Google\Cloud\AIPlatform\V1\GenericOperationMetadata|null

hasGenericMetadata

clearGenericMetadata

setGenericMetadata

The operation generic information.

Generated from protobuf field .google.cloud.aiplatform.v1.GenericOperationMetadata generic_metadata = 1;

Parameter
Name Description
var Google\Cloud\AIPlatform\V1\GenericOperationMetadata
Returns
Type Description
$this

getNearestNeighborSearchOperationMetadata

The operation metadata with regard to Matching Engine Index operation.

Generated from protobuf field .google.cloud.aiplatform.v1.NearestNeighborSearchOperationMetadata nearest_neighbor_search_operation_metadata = 2;

Returns
Type Description
Google\Cloud\AIPlatform\V1\NearestNeighborSearchOperationMetadata|null

hasNearestNeighborSearchOperationMetadata

clearNearestNeighborSearchOperationMetadata

setNearestNeighborSearchOperationMetadata

The operation metadata with regard to Matching Engine Index operation.

Generated from protobuf field .google.cloud.aiplatform.v1.NearestNeighborSearchOperationMetadata nearest_neighbor_search_operation_metadata = 2;

Parameter
Name Description
var Google\Cloud\AIPlatform\V1\NearestNeighborSearchOperationMetadata
Returns
Type Description
$this

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月08日 UTC.