Class UpsertDatapointsRequest (1.22.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 MutableSequence[google.cloud.aiplatform_v1.types.IndexDatapoint]
A list of datapoints to be created/updated.

Inheritance

builtins.object > proto.message.Message > UpsertDatapointsRequest