Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::RemoveDatapointsRequest (v0.14.0)

Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::RemoveDatapointsRequest.

Request message for IndexService.RemoveDatapoints

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#datapoint_ids

def datapoint_ids() -> ::Array<::String>
Returns
  • (::Array<::String>) — A list of datapoint ids to be deleted.

#datapoint_ids=

def datapoint_ids=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — A list of datapoint ids to be deleted.
Returns
  • (::Array<::String>) — A list of datapoint ids to be deleted.

#index

def index() -> ::String
Returns
  • (::String) — Required. The name of the Index resource to be updated. Format: projects/{project}/locations/{location}/indexes/{index}

#index=

def index=(value) -> ::String
Parameter
  • value (::String) — Required. The name of the Index resource to be updated. Format: projects/{project}/locations/{location}/indexes/{index}
Returns
  • (::String) — Required. The name of the Index resource to be updated. Format: projects/{project}/locations/{location}/indexes/{index}