Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RemoveDatapointsRequest
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RemoveDatapointsRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/aiplatform_v1beta1/classes.rb,
lib/google/apis/aiplatform_v1beta1/representations.rb,
lib/google/apis/aiplatform_v1beta1/representations.rb
Overview
Request message for IndexService.RemoveDatapoints
Instance Attribute Summary collapse
-
#datapoint_ids ⇒ Array<String>
A list of datapoint ids to be deleted.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1RemoveDatapointsRequest
constructor
A new instance of GoogleCloudAiplatformV1beta1RemoveDatapointsRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1RemoveDatapointsRequest
Returns a new instance of GoogleCloudAiplatformV1beta1RemoveDatapointsRequest.
23544 23545 23546 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 23544 def initialize(**args) update!(**args) end |
Instance Attribute Details
#datapoint_ids ⇒ Array<String>
A list of datapoint ids to be deleted.
Corresponds to the JSON property datapointIds
23542 23543 23544 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 23542 def datapoint_ids @datapoint_ids end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
23549 23550 23551 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 23549 def update!(**args) @datapoint_ids = args[:datapoint_ids] if args.key?(:datapoint_ids) end |