Class UpdateIndexRequest (1.16.0)

UpdateIndexRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request message for IndexService.UpdateIndex.

Attributes

NameDescription
index google.cloud.aiplatform_v1.types.Index
Required. The Index which updates the resource on the server.
update_mask google.protobuf.field_mask_pb2.FieldMask
The update mask applies to the resource. For the ``FieldMask`` definition, see `google.protobuf.FieldMask][google.protobuf.FieldMask]`.

Inheritance

builtins.object > proto.message.Message > UpdateIndexRequest