ProjectsLocationsFeatureOnlineStores
class ProjectsLocationsFeatureOnlineStores extends Resource (View source)
The "featureOnlineStores" collection of methods.
Typical usage is:
$aiplatformService = new Google\Service\Aiplatform(...);
$featureOnlineStores = $aiplatformService->projects_locations_featureOnlineStores;
Methods
Creates a new FeatureOnlineStore in a given project and location.
Deletes a single FeatureOnlineStore. The FeatureOnlineStore must not contain any FeatureViews. (featureOnlineStores.delete)
Gets details of a single FeatureOnlineStore. (featureOnlineStores.get)
Lists FeatureOnlineStores in a given project and location.
Updates the parameters of a single FeatureOnlineStore.
Details
GoogleLongrunningOperation
create(string $parent, GoogleCloudAiplatformV1FeatureOnlineStore $postBody, array $optParams = [])
Creates a new FeatureOnlineStore in a given project and location.
(featureOnlineStores.create)
GoogleLongrunningOperation
delete(string $name, array $optParams = [])
Deletes a single FeatureOnlineStore. The FeatureOnlineStore must not contain any FeatureViews. (featureOnlineStores.delete)
GoogleCloudAiplatformV1FeatureOnlineStore
get(string $name, array $optParams = [])
Gets details of a single FeatureOnlineStore. (featureOnlineStores.get)
GoogleCloudAiplatformV1ListFeatureOnlineStoresResponse
listProjectsLocationsFeatureOnlineStores(string $parent, array $optParams = [])
Lists FeatureOnlineStores in a given project and location.
(featureOnlineStores.listProjectsLocationsFeatureOnlineStores)
GoogleLongrunningOperation
patch(string $name, GoogleCloudAiplatformV1FeatureOnlineStore $postBody, array $optParams = [])
Updates the parameters of a single FeatureOnlineStore.
(featureOnlineStores.patch)