Cloud AI Platform v1 API - Class UpdateExecutionRequest (2.27.0)

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

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

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

Inheritance

object > UpdateExecutionRequest

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

UpdateExecutionRequest()

public UpdateExecutionRequest()

UpdateExecutionRequest(UpdateExecutionRequest)

public UpdateExecutionRequest(UpdateExecutionRequest other)
Parameter
NameDescription
otherUpdateExecutionRequest

Properties

AllowMissing

public bool AllowMissing { get; set; }

If set to true, and the [Execution][google.cloud.aiplatform.v1.Execution] is not found, a new [Execution][google.cloud.aiplatform.v1.Execution] is created.

Property Value
TypeDescription
bool

Execution

public Execution Execution { get; set; }

Required. The Execution containing updates. The Execution's [Execution.name][google.cloud.aiplatform.v1.Execution.name] field is used to identify the Execution to be updated. Format: projects/{project}/locations/{location}/metadataStores/{metadatastore}/executions/{execution}

Property Value
TypeDescription
Execution

UpdateMask

public FieldMask UpdateMask { get; set; }

Optional. A FieldMask indicating which fields should be updated.

Property Value
TypeDescription
FieldMask