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
Namespace
Google \ Cloud \ AIPlatform \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ generic_metadata |
GenericOperationMetadata
The operation generic information. |
↳ nearest_neighbor_search_operation_metadata |
NearestNeighborSearchOperationMetadata
The operation metadata with regard to Matching Engine Index operation. |
getGenericMetadata
The operation generic information.
| Returns | |
|---|---|
| Type | Description |
GenericOperationMetadata|null |
|
hasGenericMetadata
clearGenericMetadata
setGenericMetadata
The operation generic information.
| Parameter | |
|---|---|
| Name | Description |
var |
GenericOperationMetadata
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getNearestNeighborSearchOperationMetadata
The operation metadata with regard to Matching Engine Index operation.
| Returns | |
|---|---|
| Type | Description |
NearestNeighborSearchOperationMetadata|null |
|
hasNearestNeighborSearchOperationMetadata
clearNearestNeighborSearchOperationMetadata
setNearestNeighborSearchOperationMetadata
The operation metadata with regard to Matching Engine Index operation.
| Parameter | |
|---|---|
| Name | Description |
var |
NearestNeighborSearchOperationMetadata
|
| Returns | |
|---|---|
| Type | Description |
$this |
|