Class: Google::Cloud::AIPlatform::V1::UpsertDatapointsRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#datapoints::Array<::Google::Cloud::AIPlatform::V1::IndexDatapoint>

Returns A list of datapoints to be created/updated.

Returns:



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}.

Returns:

  • (::String)

    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.

Returns:

  • (::Google::Protobuf::FieldMask)

    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