public sealed class UpdateExecutionRequest : IMessage<UpdateExecutionRequest>, IEquatable<UpdateExecutionRequest>, IDeepCloneable<UpdateExecutionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class UpdateExecutionRequest.
Request message for [MetadataService.UpdateExecution][google.cloud.aiplatform.v1beta1.MetadataService.UpdateExecution].
Implements
IMessageUpdateExecutionRequest, IEquatableUpdateExecutionRequest, IDeepCloneableUpdateExecutionRequest, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
UpdateExecutionRequest()
public UpdateExecutionRequest()
UpdateExecutionRequest(UpdateExecutionRequest)
public UpdateExecutionRequest(UpdateExecutionRequest other)
Parameter | |
---|---|
Name | Description |
other |
UpdateExecutionRequest |
Properties
AllowMissing
public bool AllowMissing { get; set; }
If set to true, and the [Execution][google.cloud.aiplatform.v1beta1.Execution] is not found, a new [Execution][google.cloud.aiplatform.v1beta1.Execution] is created.
Property Value | |
---|---|
Type | Description |
bool |
Execution
public Execution Execution { get; set; }
Required. The Execution containing updates.
The Execution's
[Execution.name][google.cloud.aiplatform.v1beta1.Execution.name] field is
used to identify the Execution to be updated. Format:
projects/{project}/locations/{location}/metadataStores/{metadatastore}/executions/{execution}
Property Value | |
---|---|
Type | Description |
Execution |
UpdateMask
public FieldMask UpdateMask { get; set; }
Optional. A FieldMask indicating which fields should be updated.
Property Value | |
---|---|
Type | Description |
FieldMask |