ProjectsLocationsMetadataStoresExecutions
class ProjectsLocationsMetadataStoresExecutions extends Resource (View source)
The "executions" collection of methods.
Typical usage is:
$aiplatformService = new Google\Service\Aiplatform(...);
$executions = $aiplatformService->projects_locations_metadataStores_executions;
Methods
Adds Events to the specified Execution. An Event indicates whether an Artifact was used as an input or output for an Execution. If an Event already exists between the Execution and the Artifact, the Event is skipped.
Creates an Execution associated with a MetadataStore. (executions.create)
Deletes an Execution. (executions.delete)
Retrieves a specific Execution. (executions.get)
Lists Executions in the MetadataStore.
Updates a stored Execution. (executions.patch)
Purges Executions. (executions.purge)
Obtains the set of input and output Artifacts for this Execution, in the form of LineageSubgraph that also contains the Execution and connecting Events.
Details
GoogleCloudAiplatformV1AddExecutionEventsResponse
addExecutionEvents(string $execution, GoogleCloudAiplatformV1AddExecutionEventsRequest $postBody, array $optParams = [])
Adds Events to the specified Execution. An Event indicates whether an Artifact was used as an input or output for an Execution. If an Event already exists between the Execution and the Artifact, the Event is skipped.
(executions.addExecutionEvents)
GoogleCloudAiplatformV1Execution
create(string $parent, GoogleCloudAiplatformV1Execution $postBody, array $optParams = [])
Creates an Execution associated with a MetadataStore. (executions.create)
GoogleLongrunningOperation
delete(string $name, array $optParams = [])
Deletes an Execution. (executions.delete)
GoogleCloudAiplatformV1Execution
get(string $name, array $optParams = [])
Retrieves a specific Execution. (executions.get)
GoogleCloudAiplatformV1ListExecutionsResponse
listProjectsLocationsMetadataStoresExecutions(string $parent, array $optParams = [])
Lists Executions in the MetadataStore.
(executions.listProjectsLocationsMetadataStoresExecutions)
GoogleCloudAiplatformV1Execution
patch(string $name, GoogleCloudAiplatformV1Execution $postBody, array $optParams = [])
Updates a stored Execution. (executions.patch)
GoogleLongrunningOperation
purge(string $parent, GoogleCloudAiplatformV1PurgeExecutionsRequest $postBody, array $optParams = [])
Purges Executions. (executions.purge)
GoogleCloudAiplatformV1LineageSubgraph
queryExecutionInputsAndOutputs(string $execution, array $optParams = [])
Obtains the set of input and output Artifacts for this Execution, in the form of LineageSubgraph that also contains the Execution and connecting Events.
(executions.queryExecutionInputsAndOutputs)