Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class ReadIndexDatapointsRequest.
The request message for MatchService.ReadIndexDatapoints .
Generated from protobuf message google.cloud.aiplatform.v1.ReadIndexDatapointsRequest
Namespace
Google \ Cloud \ AIPlatform \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ index_endpoint
string
Required. The name of the index endpoint. Format: projects/{project}/locations/{location}/indexEndpoints/{index_endpoint}
↳ deployed_index_id
string
The ID of the DeployedIndex that will serve the request.
↳ ids
string[]
IDs of the datapoints to be searched for.
getIndexEndpoint
Required. The name of the index endpoint.
Format: projects/{project}/locations/{location}/indexEndpoints/{index_endpoint}
string
setIndexEndpoint
Required. The name of the index endpoint.
Format: projects/{project}/locations/{location}/indexEndpoints/{index_endpoint}
var
string
$this
getDeployedIndexId
The ID of the DeployedIndex that will serve the request.
string
setDeployedIndexId
The ID of the DeployedIndex that will serve the request.
var
string
$this
getIds
IDs of the datapoints to be searched for.
setIds
IDs of the datapoints to be searched for.
var
string[]
$this

