ProjectsLocationsMetadataStores
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
Initializes a MetadataStore, including allocation of resources.
Deletes a single MetadataStore and all its child resources (Artifacts, Executions, and Contexts). (metadataStores.delete)
Retrieves a specific MetadataStore. (metadataStores.get)
Lists MetadataStores for a Location.
Details
GoogleLongrunningOperation
create(string $parent, GoogleCloudAiplatformV1MetadataStore $postBody, array $optParams = [])
Initializes a MetadataStore, including allocation of resources.
(metadataStores.create)
GoogleLongrunningOperation
delete(string $name, array $optParams = [])
Deletes a single MetadataStore and all its child resources (Artifacts, Executions, and Contexts). (metadataStores.delete)
GoogleCloudAiplatformV1MetadataStore
get(string $name, array $optParams = [])
Retrieves a specific MetadataStore. (metadataStores.get)
GoogleCloudAiplatformV1ListMetadataStoresResponse
listProjectsLocationsMetadataStores(string $parent, array $optParams = [])
Lists MetadataStores for a Location.
(metadataStores.listProjectsLocationsMetadataStores)