Class UpdateExecutionRequest (1.13.0)

UpdateExecutionRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request message for MetadataService.UpdateExecution.

Attributes

NameDescription
execution google.cloud.aiplatform_v1.types.Execution
Required. The Execution containing updates. The Execution's Execution.name field is used to identify the Execution to be updated. Format: ``projects/{project}/locations/{location}/metadataStores/{metadatastore}/executions/{execution}``
update_mask google.protobuf.field_mask_pb2.FieldMask
Optional. A FieldMask indicating which fields should be updated. Functionality of this field is not yet supported.
allow_missing bool
If set to true, and the Execution is not found, a new Execution is created.

Inheritance

builtins.object > proto.message.Message > UpdateExecutionRequest