Class UpdateExecutionRequest (1.36.4)

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

Request message for MetadataService.UpdateExecution.

Attributes

NameDescription
execution google.cloud.aiplatform_v1beta1.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.
allow_missing bool
If set to true, and the Execution is not found, a new Execution is created.

Methods

UpdateExecutionRequest

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

Request message for MetadataService.UpdateExecution.