ProjectsLocationsFeatureOnlineStoresFeatureViewsResource class

Properties

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

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

Operators

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