Class ProjectsResource.LocationsResource.MetadataStoresResource.ExecutionsResource
The "executions" collection of methods.
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1
Assembly: Google.Apis.Aiplatform.v1beta1.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(GoogleCloudAiplatformV1beta1AddExecutionEventsRequest, 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(GoogleCloudAiplatformV1beta1AddExecutionEventsRequest body, string execution)
Parameters
| Type | Name | Description |
|---|---|---|
| GoogleCloudAiplatformV1beta1AddExecutionEventsRequest | body | The body of the request. |
| string | execution | Required. The resource name of the Execution that the Events connect Artifacts with. Format:
|
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.MetadataStoresResource.ExecutionsResource.AddExecutionEventsRequest |
Create(GoogleCloudAiplatformV1beta1Execution, string)
Creates an Execution associated with a MetadataStore.
Declaration
public virtual ProjectsResource.LocationsResource.MetadataStoresResource.ExecutionsResource.CreateRequest Create(GoogleCloudAiplatformV1beta1Execution body, string parent)
Parameters
| Type | Name | Description |
|---|---|---|
| GoogleCloudAiplatformV1beta1Execution | body | The body of the request. |
| string | parent | Required. The resource name of the MetadataStore where the Execution should be created. Format:
|
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:
|
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:
|
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:
|
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.MetadataStoresResource.ExecutionsResource.ListRequest |
Patch(GoogleCloudAiplatformV1beta1Execution, string)
Updates a stored Execution.
Declaration
public virtual ProjectsResource.LocationsResource.MetadataStoresResource.ExecutionsResource.PatchRequest Patch(GoogleCloudAiplatformV1beta1Execution body, string name)
Parameters
| Type | Name | Description |
|---|---|---|
| GoogleCloudAiplatformV1beta1Execution | 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(GoogleCloudAiplatformV1beta1PurgeExecutionsRequest, string)
Purges Executions.
Declaration
public virtual ProjectsResource.LocationsResource.MetadataStoresResource.ExecutionsResource.PurgeRequest Purge(GoogleCloudAiplatformV1beta1PurgeExecutionsRequest body, string parent)
Parameters
| Type | Name | Description |
|---|---|---|
| GoogleCloudAiplatformV1beta1PurgeExecutionsRequest | body | The body of the request. |
| string | parent | Required. The metadata store to purge Executions from. Format:
|
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:
|
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.MetadataStoresResource.ExecutionsResource.QueryExecutionInputsAndOutputsRequest |