ProjectsLocationsIndexesResource class
Methods
-
create(GoogleCloudAiplatformV1Index request, String parent, {String? $fields})
→ Future<GoogleLongrunningOperation>
-
Creates an Index.
-
delete(String name, {String? $fields})
→ Future<GoogleLongrunningOperation>
-
Deletes an Index.
-
get(String name, {String? $fields})
→ Future<GoogleCloudAiplatformV1Index>
-
Gets an Index.
-
list(String parent, {String? filter, int? pageSize, String? pageToken, String? readMask, String? $fields})
→ Future<GoogleCloudAiplatformV1ListIndexesResponse>
-
Lists Indexes in a Location.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(GoogleCloudAiplatformV1Index request, String name, {String? updateMask, String? $fields})
→ Future<GoogleLongrunningOperation>
-
Updates an Index.
-
removeDatapoints(GoogleCloudAiplatformV1RemoveDatapointsRequest request, String index, {String? $fields})
→ Future<GoogleCloudAiplatformV1RemoveDatapointsResponse>
-
Remove Datapoints from an Index.
-
toString()
→ String
-
A string representation of this object.
inherited
-
upsertDatapoints(GoogleCloudAiplatformV1UpsertDatapointsRequest request, String index, {String? $fields})
→ Future<GoogleCloudAiplatformV1UpsertDatapointsResponse>
-
Add/update Datapoints into an Index.