ProjectsLocationsIndexes
class ProjectsLocationsIndexes extends Resource (View source)
The "indexes" collection of methods.
Typical usage is:
$aiplatformService = new Google\Service\Aiplatform(...);
$indexes = $aiplatformService->projects_locations_indexes;
Methods
Creates an Index. (indexes.create)
Deletes an Index. An Index can only be deleted when all its DeployedIndexes had been undeployed. (indexes.delete)
Gets an Index. (indexes.get)
Lists Indexes in a Location. (indexes.listProjectsLocationsIndexes)
Updates an Index. (indexes.patch)
Remove Datapoints from an Index. (indexes.removeDatapoints)
Add/update Datapoints into an Index. (indexes.upsertDatapoints)
Details
GoogleLongrunningOperation
create(string $parent, GoogleCloudAiplatformV1Index $postBody, array $optParams = [])
Creates an Index. (indexes.create)
GoogleLongrunningOperation
delete(string $name, array $optParams = [])
Deletes an Index. An Index can only be deleted when all its DeployedIndexes had been undeployed. (indexes.delete)
GoogleCloudAiplatformV1Index
get(string $name, array $optParams = [])
Gets an Index. (indexes.get)
GoogleCloudAiplatformV1ListIndexesResponse
listProjectsLocationsIndexes(string $parent, array $optParams = [])
Lists Indexes in a Location. (indexes.listProjectsLocationsIndexes)
GoogleLongrunningOperation
patch(string $name, GoogleCloudAiplatformV1Index $postBody, array $optParams = [])
Updates an Index. (indexes.patch)
GoogleCloudAiplatformV1RemoveDatapointsResponse
removeDatapoints(string $index, GoogleCloudAiplatformV1RemoveDatapointsRequest $postBody, array $optParams = [])
Remove Datapoints from an Index. (indexes.removeDatapoints)
GoogleCloudAiplatformV1UpsertDatapointsResponse
upsertDatapoints(string $index, GoogleCloudAiplatformV1UpsertDatapointsRequest $postBody, array $optParams = [])
Add/update Datapoints into an Index. (indexes.upsertDatapoints)