ProjectsLocationsMetadataStoresArtifacts
class ProjectsLocationsMetadataStoresArtifacts extends Resource (View source)
The "artifacts" collection of methods.
Typical usage is:
$aiplatformService = new Google\Service\Aiplatform(...);
$artifacts = $aiplatformService->projects_locations_metadataStores_artifacts;
Methods
Creates an Artifact associated with a MetadataStore. (artifacts.create)
Deletes an Artifact. (artifacts.delete)
Retrieves a specific Artifact. (artifacts.get)
Lists Artifacts in the MetadataStore.
Updates a stored Artifact. (artifacts.patch)
Purges Artifacts. (artifacts.purge)
Retrieves lineage of an Artifact represented through Artifacts and Executions connected by Event edges and returned as a LineageSubgraph.
Details
GoogleCloudAiplatformV1Artifact
create(string $parent, GoogleCloudAiplatformV1Artifact $postBody, array $optParams = [])
Creates an Artifact associated with a MetadataStore. (artifacts.create)
GoogleLongrunningOperation
delete(string $name, array $optParams = [])
Deletes an Artifact. (artifacts.delete)
GoogleCloudAiplatformV1Artifact
get(string $name, array $optParams = [])
Retrieves a specific Artifact. (artifacts.get)
GoogleCloudAiplatformV1ListArtifactsResponse
listProjectsLocationsMetadataStoresArtifacts(string $parent, array $optParams = [])
Lists Artifacts in the MetadataStore.
(artifacts.listProjectsLocationsMetadataStoresArtifacts)
GoogleCloudAiplatformV1Artifact
patch(string $name, GoogleCloudAiplatformV1Artifact $postBody, array $optParams = [])
Updates a stored Artifact. (artifacts.patch)
GoogleLongrunningOperation
purge(string $parent, GoogleCloudAiplatformV1PurgeArtifactsRequest $postBody, array $optParams = [])
Purges Artifacts. (artifacts.purge)
GoogleCloudAiplatformV1LineageSubgraph
queryArtifactLineageSubgraph(string $artifact, array $optParams = [])
Retrieves lineage of an Artifact represented through Artifacts and Executions connected by Event edges and returned as a LineageSubgraph.
(artifacts.queryArtifactLineageSubgraph)