ProjectsLocationsIndexEndpoints
class ProjectsLocationsIndexEndpoints extends Resource (View source)
The "indexEndpoints" collection of methods.
Typical usage is:
$aiplatformService = new Google\Service\Aiplatform(...);
$indexEndpoints = $aiplatformService->projects_locations_indexEndpoints;
Methods
Creates an IndexEndpoint. (indexEndpoints.create)
Deletes an IndexEndpoint. (indexEndpoints.delete)
Deploys an Index into this IndexEndpoint, creating a DeployedIndex within it.
Finds the nearest neighbors of each vector within the request.
Gets an IndexEndpoint. (indexEndpoints.get)
Lists IndexEndpoints in a Location.
Update an existing DeployedIndex under an IndexEndpoint.
Updates an IndexEndpoint. (indexEndpoints.patch)
Reads the datapoints/vectors of the given IDs. A maximum of 1000 datapoints can be retrieved in a batch. (indexEndpoints.readIndexDatapoints)
Undeploys an Index from an IndexEndpoint, removing a DeployedIndex from it, and freeing all resources it's using. (indexEndpoints.undeployIndex)
Details
GoogleLongrunningOperation
create(string $parent, GoogleCloudAiplatformV1IndexEndpoint $postBody, array $optParams = [])
Creates an IndexEndpoint. (indexEndpoints.create)
GoogleLongrunningOperation
delete(string $name, array $optParams = [])
Deletes an IndexEndpoint. (indexEndpoints.delete)
GoogleLongrunningOperation
deployIndex(string $indexEndpoint, GoogleCloudAiplatformV1DeployIndexRequest $postBody, array $optParams = [])
Deploys an Index into this IndexEndpoint, creating a DeployedIndex within it.
Only non-empty Indexes can be deployed. (indexEndpoints.deployIndex)
GoogleCloudAiplatformV1FindNeighborsResponse
findNeighbors(string $indexEndpoint, GoogleCloudAiplatformV1FindNeighborsRequest $postBody, array $optParams = [])
Finds the nearest neighbors of each vector within the request.
(indexEndpoints.findNeighbors)
GoogleCloudAiplatformV1IndexEndpoint
get(string $name, array $optParams = [])
Gets an IndexEndpoint. (indexEndpoints.get)
GoogleCloudAiplatformV1ListIndexEndpointsResponse
listProjectsLocationsIndexEndpoints(string $parent, array $optParams = [])
Lists IndexEndpoints in a Location.
(indexEndpoints.listProjectsLocationsIndexEndpoints)
GoogleLongrunningOperation
mutateDeployedIndex(string $indexEndpoint, GoogleCloudAiplatformV1DeployedIndex $postBody, array $optParams = [])
Update an existing DeployedIndex under an IndexEndpoint.
(indexEndpoints.mutateDeployedIndex)
GoogleCloudAiplatformV1IndexEndpoint
patch(string $name, GoogleCloudAiplatformV1IndexEndpoint $postBody, array $optParams = [])
Updates an IndexEndpoint. (indexEndpoints.patch)
GoogleCloudAiplatformV1ReadIndexDatapointsResponse
readIndexDatapoints(string $indexEndpoint, GoogleCloudAiplatformV1ReadIndexDatapointsRequest $postBody, array $optParams = [])
Reads the datapoints/vectors of the given IDs. A maximum of 1000 datapoints can be retrieved in a batch. (indexEndpoints.readIndexDatapoints)
GoogleLongrunningOperation
undeployIndex(string $indexEndpoint, GoogleCloudAiplatformV1UndeployIndexRequest $postBody, array $optParams = [])
Undeploys an Index from an IndexEndpoint, removing a DeployedIndex from it, and freeing all resources it's using. (indexEndpoints.undeployIndex)