Class UpsertDatapointsRequest (1.48.0)

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

Request message for IndexService.UpsertDatapoints

Attributes

NameDescription
index str
Required. The name of the Index resource to be updated. Format: projects/{project}/locations/{location}/indexes/{index}
datapoints MutableSequence[google.cloud.aiplatform_v1.types.IndexDatapoint]
A list of datapoints to be created/updated.
update_mask google.protobuf.field_mask_pb2.FieldMask
Optional. Update mask is used to specify the fields to be overwritten in the datapoints by the update. The fields specified in the update_mask are relative to each IndexDatapoint inside datapoints, not the full request. Updatable fields: - Use all_restricts to update both restricts and numeric_restricts.

Methods

UpsertDatapointsRequest

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

Request message for IndexService.UpsertDatapoints