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

create(string $parent, GoogleCloudAiplatformV1FeatureOnlineStore $postBody, array $optParams = [])

Creates a new FeatureOnlineStore in a given project and location.

delete(string $name, array $optParams = [])

Deletes a single FeatureOnlineStore. The FeatureOnlineStore must not contain any FeatureViews. (featureOnlineStores.delete)

get(string $name, array $optParams = [])

Gets details of a single FeatureOnlineStore. (featureOnlineStores.get)

listProjectsLocationsFeatureOnlineStores(string $parent, array $optParams = [])

Lists FeatureOnlineStores in a given project and location.

patch(string $name, GoogleCloudAiplatformV1FeatureOnlineStore $postBody, array $optParams = [])

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)

Parameters

string $parent

Required. The resource name of the Location to create FeatureOnlineStores. Format: projects/{project}/locations/{location}

GoogleCloudAiplatformV1FeatureOnlineStore $postBody
array $optParams

Optional parameters.

Return Value

GoogleLongrunningOperation

Exceptions

Exception

GoogleLongrunningOperation delete(string $name, array $optParams = [])

Deletes a single FeatureOnlineStore. The FeatureOnlineStore must not contain any FeatureViews. (featureOnlineStores.delete)

Parameters

string $name

Required. The name of the FeatureOnlineStore to be deleted. Format: projects/{project}/locations/{location}/featureOnlineStores /{feature_online_store}

array $optParams

Optional parameters.

Return Value

GoogleLongrunningOperation

Exceptions

Exception

GoogleCloudAiplatformV1FeatureOnlineStore get(string $name, array $optParams = [])

Gets details of a single FeatureOnlineStore. (featureOnlineStores.get)

Parameters

string $name

Required. The name of the FeatureOnlineStore resource.

array $optParams

Optional parameters.

Return Value

GoogleCloudAiplatformV1FeatureOnlineStore

Exceptions

Exception

GoogleCloudAiplatformV1ListFeatureOnlineStoresResponse listProjectsLocationsFeatureOnlineStores(string $parent, array $optParams = [])

Lists FeatureOnlineStores in a given project and location.

(featureOnlineStores.listProjectsLocationsFeatureOnlineStores)

Parameters

string $parent

Required. The resource name of the Location to list FeatureOnlineStores. Format: projects/{project}/locations/{location}

array $optParams

Optional parameters.

Return Value

GoogleCloudAiplatformV1ListFeatureOnlineStoresResponse

Exceptions

Exception

GoogleLongrunningOperation patch(string $name, GoogleCloudAiplatformV1FeatureOnlineStore $postBody, array $optParams = [])

Updates the parameters of a single FeatureOnlineStore.

(featureOnlineStores.patch)

Parameters

string $name

Identifier. Name of the FeatureOnlineStore. Format: proj ects/{project}/locations/{location}/featureOnlineStores/{featureOnlineStore}

GoogleCloudAiplatformV1FeatureOnlineStore $postBody
array $optParams

Optional parameters.

Return Value

GoogleLongrunningOperation

Exceptions

Exception