ProjectsLocationsMetadataStoresContexts
class ProjectsLocationsMetadataStoresContexts extends Resource (View source)
The "contexts" collection of methods.
Typical usage is:
$aiplatformService = new Google\Service\Aiplatform(...);
$contexts = $aiplatformService->projects_locations_metadataStores_contexts;
Methods
Adds a set of Artifacts and Executions to a Context. If any of the Artifacts or Executions have already been added to a Context, they are simply skipped.
Adds a set of Contexts as children to a parent Context. If any of the child Contexts have already been added to the parent Context, they are simply skipped. If this call would create a cycle or cause any Context to have more than 10 parents, the request will fail with an INVALID_ARGUMENT error.
Creates a Context associated with a MetadataStore. (contexts.create)
Deletes a stored Context. (contexts.delete)
Retrieves a specific Context. (contexts.get)
Lists Contexts on the MetadataStore.
Updates a stored Context. (contexts.patch)
Purges Contexts. (contexts.purge)
Retrieves Artifacts and Executions within the specified Context, connected by Event edges and returned as a LineageSubgraph.
Remove a set of children contexts from a parent Context. If any of the child Contexts were NOT added to the parent Context, they are simply skipped.
Details
GoogleCloudAiplatformV1AddContextArtifactsAndExecutionsResponse
addContextArtifactsAndExecutions(string $context, GoogleCloudAiplatformV1AddContextArtifactsAndExecutionsRequest $postBody, array $optParams = [])
Adds a set of Artifacts and Executions to a Context. If any of the Artifacts or Executions have already been added to a Context, they are simply skipped.
(contexts.addContextArtifactsAndExecutions)
GoogleCloudAiplatformV1AddContextChildrenResponse
addContextChildren(string $context, GoogleCloudAiplatformV1AddContextChildrenRequest $postBody, array $optParams = [])
Adds a set of Contexts as children to a parent Context. If any of the child Contexts have already been added to the parent Context, they are simply skipped. If this call would create a cycle or cause any Context to have more than 10 parents, the request will fail with an INVALID_ARGUMENT error.
(contexts.addContextChildren)
GoogleCloudAiplatformV1Context
create(string $parent, GoogleCloudAiplatformV1Context $postBody, array $optParams = [])
Creates a Context associated with a MetadataStore. (contexts.create)
GoogleLongrunningOperation
delete(string $name, array $optParams = [])
Deletes a stored Context. (contexts.delete)
GoogleCloudAiplatformV1Context
get(string $name, array $optParams = [])
Retrieves a specific Context. (contexts.get)
GoogleCloudAiplatformV1ListContextsResponse
listProjectsLocationsMetadataStoresContexts(string $parent, array $optParams = [])
Lists Contexts on the MetadataStore.
(contexts.listProjectsLocationsMetadataStoresContexts)
GoogleCloudAiplatformV1Context
patch(string $name, GoogleCloudAiplatformV1Context $postBody, array $optParams = [])
Updates a stored Context. (contexts.patch)
GoogleLongrunningOperation
purge(string $parent, GoogleCloudAiplatformV1PurgeContextsRequest $postBody, array $optParams = [])
Purges Contexts. (contexts.purge)
GoogleCloudAiplatformV1LineageSubgraph
queryContextLineageSubgraph(string $context, array $optParams = [])
Retrieves Artifacts and Executions within the specified Context, connected by Event edges and returned as a LineageSubgraph.
(contexts.queryContextLineageSubgraph)
GoogleCloudAiplatformV1RemoveContextChildrenResponse
removeContextChildren(string $context, GoogleCloudAiplatformV1RemoveContextChildrenRequest $postBody, array $optParams = [])
Remove a set of children contexts from a parent Context. If any of the child Contexts were NOT added to the parent Context, they are simply skipped.
(contexts.removeContextChildren)