ProjectsLocationsFeatureOnlineStoresFeatureViewsResource class
Methods
-
create(GoogleCloudAiplatformV1FeatureView request, String parent, {String? featureViewId, bool? runSyncImmediately, String? $fields})
→ Future<GoogleLongrunningOperation>
-
Creates a new FeatureView in a given FeatureOnlineStore.
-
delete(String name, {String? $fields})
→ Future<GoogleLongrunningOperation>
-
Deletes a single FeatureView.
-
fetchFeatureValues(GoogleCloudAiplatformV1FetchFeatureValuesRequest request, String featureView, {String? $fields})
→ Future<GoogleCloudAiplatformV1FetchFeatureValuesResponse>
-
Fetch feature values under a FeatureView.
-
get(String name, {String? $fields})
→ Future<GoogleCloudAiplatformV1FeatureView>
-
Gets details of a single FeatureView.
-
list(String parent, {String? filter, String? orderBy, int? pageSize, String? pageToken, String? $fields})
→ Future<GoogleCloudAiplatformV1ListFeatureViewsResponse>
-
Lists FeatureViews in a given FeatureOnlineStore.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(GoogleCloudAiplatformV1FeatureView request, String name, {String? updateMask, String? $fields})
→ Future<GoogleLongrunningOperation>
-
Updates the parameters of a single FeatureView.
-
searchNearestEntities(GoogleCloudAiplatformV1SearchNearestEntitiesRequest request, String featureView, {String? $fields})
→ Future<GoogleCloudAiplatformV1SearchNearestEntitiesResponse>
-
Search the nearest entities under a FeatureView.
-
sync(GoogleCloudAiplatformV1SyncFeatureViewRequest request, String featureView, {String? $fields})
→ Future<GoogleCloudAiplatformV1SyncFeatureViewResponse>
-
Triggers on-demand sync for the FeatureView.
-
toString()
→ String
-
A string representation of this object.
inherited