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

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.

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

Creates an Execution associated with a MetadataStore. (executions.create)

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

Deletes an Execution. (executions.delete)

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

Retrieves a specific Execution. (executions.get)

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

Lists Executions in the MetadataStore.

patch(string $name, GoogleCloudAiplatformV1Execution $postBody, array $optParams = [])

Updates a stored Execution. (executions.patch)

purge(string $parent, GoogleCloudAiplatformV1PurgeExecutionsRequest $postBody, array $optParams = [])

Purges Executions. (executions.purge)

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.

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)

Parameters

string $execution

Required. The resource name of the Execution that the Events connect Artifacts with. Format: projects/{project}/locations/{loc ation}/metadataStores/{metadatastore}/executions/{execution}

GoogleCloudAiplatformV1AddExecutionEventsRequest $postBody
array $optParams

Optional parameters.

Return Value

GoogleCloudAiplatformV1AddExecutionEventsResponse

Exceptions

Exception

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

Creates an Execution associated with a MetadataStore. (executions.create)

Parameters

string $parent

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

GoogleCloudAiplatformV1Execution $postBody
array $optParams

Optional parameters.

Return Value

GoogleCloudAiplatformV1Execution

Exceptions

Exception

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

Deletes an Execution. (executions.delete)

Parameters

string $name

Required. The resource name of the Execution to delete. Format: projects/{project}/locations/{location}/metadataStores/{metadatastor e}/executions/{execution}

array $optParams

Optional parameters.

Return Value

GoogleLongrunningOperation

Exceptions

Exception

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

Retrieves a specific Execution. (executions.get)

Parameters

string $name

Required. The resource name of the Execution to retrieve. Format: projects/{project}/locations/{location}/metadataStores/{metadatastor e}/executions/{execution}

array $optParams

Optional parameters.

Return Value

GoogleCloudAiplatformV1Execution

Exceptions

Exception

GoogleCloudAiplatformV1ListExecutionsResponse listProjectsLocationsMetadataStoresExecutions(string $parent, array $optParams = [])

Lists Executions in the MetadataStore.

(executions.listProjectsLocationsMetadataStoresExecutions)

Parameters

string $parent

Required. The MetadataStore whose Executions should be listed. Format: projects/{project}/locations/{location}/metadataStores/{metadatastore}

array $optParams

Optional parameters.

Return Value

GoogleCloudAiplatformV1ListExecutionsResponse

Exceptions

Exception

GoogleCloudAiplatformV1Execution patch(string $name, GoogleCloudAiplatformV1Execution $postBody, array $optParams = [])

Updates a stored Execution. (executions.patch)

Parameters

string $name

Output only. The resource name of the Execution.

GoogleCloudAiplatformV1Execution $postBody
array $optParams

Optional parameters.

Return Value

GoogleCloudAiplatformV1Execution

Exceptions

Exception

GoogleLongrunningOperation purge(string $parent, GoogleCloudAiplatformV1PurgeExecutionsRequest $postBody, array $optParams = [])

Purges Executions. (executions.purge)

Parameters

string $parent

Required. The metadata store to purge Executions from. Format: projects/{project}/locations/{location}/metadataStores/{metadatastore}

GoogleCloudAiplatformV1PurgeExecutionsRequest $postBody
array $optParams

Optional parameters.

Return Value

GoogleLongrunningOperation

Exceptions

Exception

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)

Parameters

string $execution

Required. The resource name of the Execution whose input and output Artifacts should be retrieved as a LineageSubgraph. Format: projects/{project}/locations/{location}/metadataStores/{metadatastore}/execu tions/{execution}

array $optParams

Optional parameters.

Return Value

GoogleCloudAiplatformV1LineageSubgraph

Exceptions

Exception