Class: Google::Cloud::AIPlatform::V1::UpsertDatapointsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::UpsertDatapointsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/index_service.rb
Overview
Request message for IndexService.UpsertDatapoints
Instance Attribute Summary collapse
-
#datapoints ⇒ ::Array<::Google::Cloud::AIPlatform::V1::IndexDatapoint>
A list of datapoints to be created/updated.
-
#index ⇒ ::String
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Optional.
Instance Attribute Details
#datapoints ⇒ ::Array<::Google::Cloud::AIPlatform::V1::IndexDatapoint>
Returns A list of datapoints to be created/updated.
166 167 168 169 |
# File 'proto_docs/google/cloud/aiplatform/v1/index_service.rb', line 166 class UpsertDatapointsRequest 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}
.
166 167 168 169 |
# File 'proto_docs/google/cloud/aiplatform/v1/index_service.rb', line 166 class UpsertDatapointsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Optional. Update mask is used to specify the fields to be overwritten in the datapoints by the update. The fields specified in the update_mask are relative to each IndexDatapoint inside datapoints, not the full request.
Updatable fields:
- Use
all_restricts
to update both restricts and numeric_restricts.
166 167 168 169 |
# File 'proto_docs/google/cloud/aiplatform/v1/index_service.rb', line 166 class UpsertDatapointsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |