Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1UpsertDatapointsRequest
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1UpsertDatapointsRequest
- 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.UpsertDatapoints
Instance Attribute Summary collapse
-
#datapoints ⇒ Array<Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1IndexDatapoint>
A list of datapoints to be created/updated.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1UpsertDatapointsRequest
constructor
A new instance of GoogleCloudAiplatformV1beta1UpsertDatapointsRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1UpsertDatapointsRequest
Returns a new instance of GoogleCloudAiplatformV1beta1UpsertDatapointsRequest.
26216 26217 26218 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 26216 def initialize(**args) update!(**args) end |
Instance Attribute Details
#datapoints ⇒ Array<Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1IndexDatapoint>
A list of datapoints to be created/updated.
Corresponds to the JSON property datapoints
26214 26215 26216 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 26214 def datapoints @datapoints end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
26221 26222 26223 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 26221 def update!(**args) @datapoints = args[:datapoints] if args.key?(:datapoints) end |