public sealed class UpsertDatapointsRequest : IMessage<UpsertDatapointsRequest>, IEquatable<UpsertDatapointsRequest>, IDeepCloneable<UpsertDatapointsRequest>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class UpsertDatapointsRequest.
Request message for [IndexService.UpsertDatapoints][google.cloud.aiplatform.v1beta1.IndexService.UpsertDatapoints]
Implements
IMessageUpsertDatapointsRequest, IEquatableUpsertDatapointsRequest, IDeepCloneableUpsertDatapointsRequest, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
UpsertDatapointsRequest()
public UpsertDatapointsRequest()UpsertDatapointsRequest(UpsertDatapointsRequest)
public UpsertDatapointsRequest(UpsertDatapointsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
UpsertDatapointsRequest |
Properties
Datapoints
public RepeatedField<IndexDatapoint> Datapoints { get; }A list of datapoints to be created/updated.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldIndexDatapoint |
|
Index
public string Index { get; set; }Required. The name of the Index resource to be updated.
Format:
projects/{project}/locations/{location}/indexes/{index}
| Property Value | |
|---|---|
| Type | Description |
string |
|
IndexAsIndexName
public IndexName IndexAsIndexName { get; set; }| Property Value | |
|---|---|
| Type | Description |
IndexName |
|
UpdateMask
public FieldMask UpdateMask { get; set; }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_restrictsto update both restricts and numeric_restricts.
| Property Value | |
|---|---|
| Type | Description |
FieldMask |
|