Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::UpsertDatapointsRequest (v0.11.0)

Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::UpsertDatapointsRequest.

Request message for IndexService.UpsertDatapoints

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#datapoints

def datapoints() -> ::Array<::Google::Cloud::AIPlatform::V1::IndexDatapoint>
Returns

#datapoints=

def datapoints=(value) -> ::Array<::Google::Cloud::AIPlatform::V1::IndexDatapoint>
Parameter
Returns

#index

def index() -> ::String
Returns
  • (::String) — Required. The name of the Index resource to be updated. Format: projects/{project}/locations/{location}/indexes/{index}

#index=

def index=(value) -> ::String
Parameter
  • value (::String) — 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}