public sealed class DeleteExecutionRequest : IMessage<DeleteExecutionRequest>, IEquatable<DeleteExecutionRequest>, IDeepCloneable<DeleteExecutionRequest>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class DeleteExecutionRequest.
Request message for [MetadataService.DeleteExecution][google.cloud.aiplatform.v1beta1.MetadataService.DeleteExecution].
Implements
IMessageDeleteExecutionRequest, IEquatableDeleteExecutionRequest, IDeepCloneableDeleteExecutionRequest, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
DeleteExecutionRequest()
public DeleteExecutionRequest()DeleteExecutionRequest(DeleteExecutionRequest)
public DeleteExecutionRequest(DeleteExecutionRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
DeleteExecutionRequest |
Properties
Etag
public string Etag { get; set; }Optional. The etag of the Execution to delete. If this is provided, it must match the server's etag. Otherwise, the request will fail with a FAILED_PRECONDITION.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ExecutionName
public ExecutionName ExecutionName { get; set; }ExecutionName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
ExecutionName |
|
Name
public string Name { get; set; }Required. The resource name of the Execution to delete.
Format:
projects/{project}/locations/{location}/metadataStores/{metadatastore}/executions/{execution}
| Property Value | |
|---|---|
| Type | Description |
string |
|