Class UpsertDatapointsRequest (1.17.1)

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 Sequence[google.cloud.aiplatform_v1beta1.types.IndexDatapoint]
A list of datapoints to be created/updated.

Inheritance

builtins.object > proto.message.Message > UpsertDatapointsRequest