ProjectsLocationsFeatureOnlineStoresResource class
Methods
-
create(GoogleCloudAiplatformV1FeatureOnlineStore request, String parent, {String? featureOnlineStoreId, String? $fields})
→ Future<GoogleLongrunningOperation>
-
Creates a new FeatureOnlineStore in a given project and location.
-
delete(String name, {bool? force, String? $fields})
→ Future<GoogleLongrunningOperation>
-
Deletes a single FeatureOnlineStore.
-
get(String name, {String? $fields})
→ Future<GoogleCloudAiplatformV1FeatureOnlineStore>
-
Gets details of a single FeatureOnlineStore.
-
list(String parent, {String? filter, String? orderBy, int? pageSize, String? pageToken, String? $fields})
→ Future<GoogleCloudAiplatformV1ListFeatureOnlineStoresResponse>
-
Lists FeatureOnlineStores in a given project and location.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(GoogleCloudAiplatformV1FeatureOnlineStore request, String name, {String? updateMask, String? $fields})
→ Future<GoogleLongrunningOperation>
-
Updates the parameters of a single FeatureOnlineStore.
-
toString()
→ String
-
A string representation of this object.
inherited