Class: Google::Cloud::AIPlatform::V1::RemoveDatapointsRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/aiplatform/v1/index_service.rb

Overview

Request message for IndexService.RemoveDatapoints

Instance Attribute Summary collapse

Instance Attribute Details

#datapoint_ids::Array<::String>

Returns A list of datapoint ids to be deleted.

Returns:

  • (::Array<::String>)

    A list of datapoint ids to be deleted.



188
189
190
191
# File 'proto_docs/google/cloud/aiplatform/v1/index_service.rb', line 188

class RemoveDatapointsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#index::String

Returns 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}



188
189
190
191
# File 'proto_docs/google/cloud/aiplatform/v1/index_service.rb', line 188

class RemoveDatapointsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end