Class UpsertDatapointsRequest (1.20.0)

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

Request message for IndexService.UpsertDatapoints

Attributes

Name Description
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