Class UpdateIndexRequest (0.1.0)

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

Request message for UpdateIndex.

Attributes

Name Description
index google.cloud.visionai_v1.types.Index
Required. The resource being updated.
update_mask google.protobuf.field_mask_pb2.FieldMask
Required. Field mask is used to specify the fields to be overwritten in the Index resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field of the resource will be overwritten if it is in the mask. Empty field mask is not allowed. If the mask is "*", it triggers a full update of the index, and also a whole rebuild of index data.