Class: Google::Cloud::AIPlatform::V1::RemoveDatapointsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::RemoveDatapointsRequest
- 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
-
#datapoint_ids ⇒ ::Array<::String>
A list of datapoint ids to be deleted.
-
#index ⇒ ::String
Required.
Instance Attribute Details
#datapoint_ids ⇒ ::Array<::String>
Returns 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}
.
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 |