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:



143
144
145
146
# File 'proto_docs/google/cloud/aiplatform/v1/index_service.rb', line 143

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}



143
144
145
146
# File 'proto_docs/google/cloud/aiplatform/v1/index_service.rb', line 143

class UpsertDatapointsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end