Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.MetadataStoresResource.ExecutionsResource

The "executions" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.MetadataStoresResource.ExecutionsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Aiplatform.v1
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class ProjectsResource.LocationsResource.MetadataStoresResource.ExecutionsResource

Constructors

ExecutionsResource(IClientService)

Constructs a new resource.

Declaration
public ExecutionsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Properties

Operations

Gets the Operations resource.

Declaration
public virtual ProjectsResource.LocationsResource.MetadataStoresResource.ExecutionsResource.OperationsResource Operations { get; }
Property Value
Type Description
ProjectsResource.LocationsResource.MetadataStoresResource.ExecutionsResource.OperationsResource

Methods

AddExecutionEvents(GoogleCloudAiplatformV1AddExecutionEventsRequest, string)

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.

Declaration
public virtual ProjectsResource.LocationsResource.MetadataStoresResource.ExecutionsResource.AddExecutionEventsRequest AddExecutionEvents(GoogleCloudAiplatformV1AddExecutionEventsRequest body, string execution)
Parameters
Type Name Description
GoogleCloudAiplatformV1AddExecutionEventsRequest body

The body of the request.

string execution

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

Returns
Type Description
ProjectsResource.LocationsResource.MetadataStoresResource.ExecutionsResource.AddExecutionEventsRequest

Create(GoogleCloudAiplatformV1Execution, string)

Creates an Execution associated with a MetadataStore.

Declaration
public virtual ProjectsResource.LocationsResource.MetadataStoresResource.ExecutionsResource.CreateRequest Create(GoogleCloudAiplatformV1Execution body, string parent)
Parameters
Type Name Description
GoogleCloudAiplatformV1Execution body

The body of the request.

string parent

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

Returns
Type Description
ProjectsResource.LocationsResource.MetadataStoresResource.ExecutionsResource.CreateRequest

Delete(string)

Deletes an Execution.

Declaration
public virtual ProjectsResource.LocationsResource.MetadataStoresResource.ExecutionsResource.DeleteRequest Delete(string name)
Parameters
Type Name Description
string name

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

Returns
Type Description
ProjectsResource.LocationsResource.MetadataStoresResource.ExecutionsResource.DeleteRequest

Get(string)

Retrieves a specific Execution.

Declaration
public virtual ProjectsResource.LocationsResource.MetadataStoresResource.ExecutionsResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

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

Returns
Type Description
ProjectsResource.LocationsResource.MetadataStoresResource.ExecutionsResource.GetRequest

List(string)

Lists Executions in the MetadataStore.

Declaration
public virtual ProjectsResource.LocationsResource.MetadataStoresResource.ExecutionsResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

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

Returns
Type Description
ProjectsResource.LocationsResource.MetadataStoresResource.ExecutionsResource.ListRequest

Patch(GoogleCloudAiplatformV1Execution, string)

Updates a stored Execution.

Declaration
public virtual ProjectsResource.LocationsResource.MetadataStoresResource.ExecutionsResource.PatchRequest Patch(GoogleCloudAiplatformV1Execution body, string name)
Parameters
Type Name Description
GoogleCloudAiplatformV1Execution body

The body of the request.

string name

Output only. The resource name of the Execution.

Returns
Type Description
ProjectsResource.LocationsResource.MetadataStoresResource.ExecutionsResource.PatchRequest

Purge(GoogleCloudAiplatformV1PurgeExecutionsRequest, string)

Purges Executions.

Declaration
public virtual ProjectsResource.LocationsResource.MetadataStoresResource.ExecutionsResource.PurgeRequest Purge(GoogleCloudAiplatformV1PurgeExecutionsRequest body, string parent)
Parameters
Type Name Description
GoogleCloudAiplatformV1PurgeExecutionsRequest body

The body of the request.

string parent

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

Returns
Type Description
ProjectsResource.LocationsResource.MetadataStoresResource.ExecutionsResource.PurgeRequest

QueryExecutionInputsAndOutputs(string)

Obtains the set of input and output Artifacts for this Execution, in the form of LineageSubgraph that also contains the Execution and connecting Events.

Declaration
public virtual ProjectsResource.LocationsResource.MetadataStoresResource.ExecutionsResource.QueryExecutionInputsAndOutputsRequest QueryExecutionInputsAndOutputs(string execution)
Parameters
Type Name Description
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}/executions/{execution}

Returns
Type Description
ProjectsResource.LocationsResource.MetadataStoresResource.ExecutionsResource.QueryExecutionInputsAndOutputsRequest
In this article
Back to top Generated by DocFX