Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::ReadIndexDatapointsRequest (v0.39.0)

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

The request message for MatchService.ReadIndexDatapoints.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#deployed_index_id

def deployed_index_id() -> ::String
Returns
  • (::String) — The ID of the DeployedIndex that will serve the request.

#deployed_index_id=

def deployed_index_id=(value) -> ::String
Parameter
  • value (::String) — The ID of the DeployedIndex that will serve the request.
Returns
  • (::String) — The ID of the DeployedIndex that will serve the request.

#ids

def ids() -> ::Array<::String>
Returns
  • (::Array<::String>) — IDs of the datapoints to be searched for.

#ids=

def ids=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — IDs of the datapoints to be searched for.
Returns
  • (::Array<::String>) — IDs of the datapoints to be searched for.

#index_endpoint

def index_endpoint() -> ::String
Returns
  • (::String) — Required. The name of the index endpoint. Format: projects/{project}/locations/{location}/indexEndpoints/{index_endpoint}

#index_endpoint=

def index_endpoint=(value) -> ::String
Parameter
  • value (::String) — Required. The name of the index endpoint. Format: projects/{project}/locations/{location}/indexEndpoints/{index_endpoint}
Returns
  • (::String) — Required. The name of the index endpoint. Format: projects/{project}/locations/{location}/indexEndpoints/{index_endpoint}