ProjectsLocationsIndexesResource class

Constructors

ProjectsLocationsIndexesResource(ApiRequester client)

Properties

hashCode int
The hash code for this object.
no setterinherited
operations ProjectsLocationsIndexesOperationsResource
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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.

Operators

operator ==(Object other) bool
The equality operator.
inherited