ProjectsLocationsFeatureOnlineStoresFeatureViews
class ProjectsLocationsFeatureOnlineStoresFeatureViews extends Resource (View source)
The "featureViews" collection of methods.
Typical usage is:
 $aiplatformService = new Google\Service\Aiplatform(...);
 $featureViews = $aiplatformService->projects_locations_featureOnlineStores_featureViews;Methods
Creates a new FeatureView in a given FeatureOnlineStore.
Deletes a single FeatureView. (featureViews.delete)
Fetch feature values under a FeatureView. (featureViews.fetchFeatureValues)
Gets details of a single FeatureView. (featureViews.get)
Lists FeatureViews in a given FeatureOnlineStore.
Updates the parameters of a single FeatureView. (featureViews.patch)
Search the nearest entities under a FeatureView. Search only works for indexable feature view; if a feature view isn't indexable, returns Invalid argument response. (featureViews.searchNearestEntities)
Triggers on-demand sync for the FeatureView. (featureViews.sync)
Details
        
                            GoogleLongrunningOperation
    create(string $parent, GoogleCloudAiplatformV1FeatureView $postBody, array $optParams = [])
        
    
    Creates a new FeatureView in a given FeatureOnlineStore.
(featureViews.create)
        
                            GoogleLongrunningOperation
    delete(string $name, array $optParams = [])
        
    
    Deletes a single FeatureView. (featureViews.delete)
        
                            GoogleCloudAiplatformV1FetchFeatureValuesResponse
    fetchFeatureValues(string $featureView, GoogleCloudAiplatformV1FetchFeatureValuesRequest $postBody, array $optParams = [])
        
    
    Fetch feature values under a FeatureView. (featureViews.fetchFeatureValues)
        
                            GoogleCloudAiplatformV1FeatureView
    get(string $name, array $optParams = [])
        
    
    Gets details of a single FeatureView. (featureViews.get)
        
                            GoogleCloudAiplatformV1ListFeatureViewsResponse
    listProjectsLocationsFeatureOnlineStoresFeatureViews(string $parent, array $optParams = [])
        
    
    Lists FeatureViews in a given FeatureOnlineStore.
(featureViews.listProjectsLocationsFeatureOnlineStoresFeatureViews)
        
                            GoogleLongrunningOperation
    patch(string $name, GoogleCloudAiplatformV1FeatureView $postBody, array $optParams = [])
        
    
    Updates the parameters of a single FeatureView. (featureViews.patch)
        
                            GoogleCloudAiplatformV1SearchNearestEntitiesResponse
    searchNearestEntities(string $featureView, GoogleCloudAiplatformV1SearchNearestEntitiesRequest $postBody, array $optParams = [])
        
    
    Search the nearest entities under a FeatureView. Search only works for indexable feature view; if a feature view isn't indexable, returns Invalid argument response. (featureViews.searchNearestEntities)
        
                            GoogleCloudAiplatformV1SyncFeatureViewResponse
    sync(string $featureView, GoogleCloudAiplatformV1SyncFeatureViewRequest $postBody, array $optParams = [])
        
    
    Triggers on-demand sync for the FeatureView. (featureViews.sync)