class ProjectsLocationsMetadataStores extends Resource (View source)

The "metadataStores" collection of methods.

Typical usage is:

 $aiplatformService = new Google\Service\Aiplatform(...);
 $metadataStores = $aiplatformService->projects_locations_metadataStores;

Methods

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

Initializes a MetadataStore, including allocation of resources.

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

Deletes a single MetadataStore and all its child resources (Artifacts, Executions, and Contexts). (metadataStores.delete)

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

Retrieves a specific MetadataStore. (metadataStores.get)

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

Lists MetadataStores for a Location.

Details

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

Initializes a MetadataStore, including allocation of resources.

(metadataStores.create)

Parameters

string $parent

Required. The resource name of the Location where the MetadataStore should be created. Format: projects/{project}/locations/{location}/

GoogleCloudAiplatformV1MetadataStore $postBody
array $optParams

Optional parameters.

Return Value

GoogleLongrunningOperation

Exceptions

Exception

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

Deletes a single MetadataStore and all its child resources (Artifacts, Executions, and Contexts). (metadataStores.delete)

Parameters

string $name

Required. The resource name of the MetadataStore to delete. Format: projects/{project}/locations/{location}/metadataStores/{metadatastore}

array $optParams

Optional parameters.

Return Value

GoogleLongrunningOperation

Exceptions

Exception

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

Retrieves a specific MetadataStore. (metadataStores.get)

Parameters

string $name

Required. The resource name of the MetadataStore to retrieve. Format: projects/{project}/locations/{location}/metadataStores/{metadatastore}

array $optParams

Optional parameters.

Return Value

GoogleCloudAiplatformV1MetadataStore

Exceptions

Exception

GoogleCloudAiplatformV1ListMetadataStoresResponse listProjectsLocationsMetadataStores(string $parent, array $optParams = [])

Lists MetadataStores for a Location.

(metadataStores.listProjectsLocationsMetadataStores)

Parameters

string $parent

Required. The Location whose MetadataStores should be listed. Format: projects/{project}/locations/{location}

array $optParams

Optional parameters.

Return Value

GoogleCloudAiplatformV1ListMetadataStoresResponse

Exceptions

Exception