Cloud AI Platform v1 API - Class DeleteExecutionRequest (2.27.0)

public sealed class DeleteExecutionRequest : IMessage<DeleteExecutionRequest>, IEquatable<DeleteExecutionRequest>, IDeepCloneable<DeleteExecutionRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1 API class DeleteExecutionRequest.

Request message for [MetadataService.DeleteExecution][google.cloud.aiplatform.v1.MetadataService.DeleteExecution].

Inheritance

object > DeleteExecutionRequest

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

DeleteExecutionRequest()

public DeleteExecutionRequest()

DeleteExecutionRequest(DeleteExecutionRequest)

public DeleteExecutionRequest(DeleteExecutionRequest other)
Parameter
NameDescription
otherDeleteExecutionRequest

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
TypeDescription
string

ExecutionName

public ExecutionName ExecutionName { get; set; }

ExecutionName-typed view over the Name resource name property.

Property Value
TypeDescription
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
TypeDescription
string