public sealed class RemoveDatapointsRequest : IMessage<RemoveDatapointsRequest>, IEquatable<RemoveDatapointsRequest>, IDeepCloneable<RemoveDatapointsRequest>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class RemoveDatapointsRequest.
Request message for [IndexService.RemoveDatapoints][google.cloud.aiplatform.v1beta1.IndexService.RemoveDatapoints]
Implements
IMessageRemoveDatapointsRequest, IEquatableRemoveDatapointsRequest, IDeepCloneableRemoveDatapointsRequest, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
RemoveDatapointsRequest()
public RemoveDatapointsRequest()RemoveDatapointsRequest(RemoveDatapointsRequest)
public RemoveDatapointsRequest(RemoveDatapointsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
RemoveDatapointsRequest |
Properties
DatapointIds
public RepeatedField<string> DatapointIds { get; }A list of datapoint ids to be deleted.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|
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 |
|