Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class UpdateIndexRequest.
Request message for IndexService.UpdateIndex.
Generated from protobuf message google.cloud.aiplatform.v1.UpdateIndexRequest
Namespace
Google \ Cloud \ AIPlatform \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ index |
Index
Required. The Index which updates the resource on the server. |
↳ update_mask |
Google\Protobuf\FieldMask
The update mask applies to the resource. For the |
getIndex
Required. The Index which updates the resource on the server.
| Returns | |
|---|---|
| Type | Description |
Index|null |
|
hasIndex
clearIndex
setIndex
Required. The Index which updates the resource on the server.
| Parameter | |
|---|---|
| Name | Description |
var |
Index
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getUpdateMask
The update mask applies to the resource.
For the FieldMask definition, see
google.protobuf.FieldMask.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\FieldMask|null |
|
hasUpdateMask
clearUpdateMask
setUpdateMask
The update mask applies to the resource.
For the FieldMask definition, see
google.protobuf.FieldMask.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Protobuf\FieldMask
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameters | |
|---|---|
| Name | Description |
index |
Index
Required. The Index which updates the resource on the server. |
updateMask |
Google\Protobuf\FieldMask
The update mask applies to the resource.
For the |
| Returns | |
|---|---|
| Type | Description |
UpdateIndexRequest |
|