Cloud AI Platform v1 API - Class RemoveDatapointsRequest (2.27.0)

public sealed class RemoveDatapointsRequest : IMessage<RemoveDatapointsRequest>, IEquatable<RemoveDatapointsRequest>, IDeepCloneable<RemoveDatapointsRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1 API class RemoveDatapointsRequest.

Request message for [IndexService.RemoveDatapoints][google.cloud.aiplatform.v1.IndexService.RemoveDatapoints]

Inheritance

object > RemoveDatapointsRequest

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

RemoveDatapointsRequest()

public RemoveDatapointsRequest()

RemoveDatapointsRequest(RemoveDatapointsRequest)

public RemoveDatapointsRequest(RemoveDatapointsRequest other)
Parameter
NameDescription
otherRemoveDatapointsRequest

Properties

DatapointIds

public RepeatedField<string> DatapointIds { get; }

A list of datapoint ids to be deleted.

Property Value
TypeDescription
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
TypeDescription
string

IndexAsIndexName

public IndexName IndexAsIndexName { get; set; }

IndexName-typed view over the Index resource name property.

Property Value
TypeDescription
IndexName