Class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1UpsertDatapointsRequest
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1::GoogleCloudAiplatformV1UpsertDatapointsRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/aiplatform_v1/classes.rb,
lib/google/apis/aiplatform_v1/representations.rb,
lib/google/apis/aiplatform_v1/representations.rb
Overview
Request message for IndexService.UpsertDatapoints
Instance Attribute Summary collapse
-
#datapoints ⇒ Array<Google::Apis::AiplatformV1::GoogleCloudAiplatformV1IndexDatapoint>
A list of datapoints to be created/updated.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1UpsertDatapointsRequest
constructor
A new instance of GoogleCloudAiplatformV1UpsertDatapointsRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1UpsertDatapointsRequest
Returns a new instance of GoogleCloudAiplatformV1UpsertDatapointsRequest.
26307 26308 26309 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 26307 def initialize(**args) update!(**args) end |
Instance Attribute Details
#datapoints ⇒ Array<Google::Apis::AiplatformV1::GoogleCloudAiplatformV1IndexDatapoint>
A list of datapoints to be created/updated.
Corresponds to the JSON property datapoints
26305 26306 26307 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 26305 def datapoints @datapoints end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
26312 26313 26314 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 26312 def update!(**args) @datapoints = args[:datapoints] if args.key?(:datapoints) end |