ProjectsLocationsIndexEndpointsResource class
Methods
-
create(GoogleCloudAiplatformV1IndexEndpoint request, String parent, {String? $fields})
→ Future<GoogleLongrunningOperation>
-
Creates an IndexEndpoint.
-
delete(String name, {String? $fields})
→ Future<GoogleLongrunningOperation>
-
Deletes an IndexEndpoint.
-
deployIndex(GoogleCloudAiplatformV1DeployIndexRequest request, String indexEndpoint, {String? $fields})
→ Future<GoogleLongrunningOperation>
-
Deploys an Index into this IndexEndpoint, creating a DeployedIndex within
it.
-
findNeighbors(GoogleCloudAiplatformV1FindNeighborsRequest request, String indexEndpoint, {String? $fields})
→ Future<GoogleCloudAiplatformV1FindNeighborsResponse>
-
Finds the nearest neighbors of each vector within the request.
-
get(String name, {String? $fields})
→ Future<GoogleCloudAiplatformV1IndexEndpoint>
-
Gets an IndexEndpoint.
-
list(String parent, {String? filter, int? pageSize, String? pageToken, String? readMask, String? $fields})
→ Future<GoogleCloudAiplatformV1ListIndexEndpointsResponse>
-
Lists IndexEndpoints in a Location.
-
mutateDeployedIndex(GoogleCloudAiplatformV1DeployedIndex request, String indexEndpoint, {String? $fields})
→ Future<GoogleLongrunningOperation>
-
Update an existing DeployedIndex under an IndexEndpoint.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(GoogleCloudAiplatformV1IndexEndpoint request, String name, {String? updateMask, String? $fields})
→ Future<GoogleCloudAiplatformV1IndexEndpoint>
-
Updates an IndexEndpoint.
-
readIndexDatapoints(GoogleCloudAiplatformV1ReadIndexDatapointsRequest request, String indexEndpoint, {String? $fields})
→ Future<GoogleCloudAiplatformV1ReadIndexDatapointsResponse>
-
Reads the datapoints/vectors of the given IDs.
-
toString()
→ String
-
A string representation of this object.
inherited
-
undeployIndex(GoogleCloudAiplatformV1UndeployIndexRequest request, String indexEndpoint, {String? $fields})
→ Future<GoogleLongrunningOperation>
-
Undeploys an Index from an IndexEndpoint, removing a DeployedIndex from
it, and freeing all resources it's using.