Struct gapi_grpc::google::cloud::aiplatform::v1beta1::UpdateExecutionRequest [−][src]
Request message for [MetadataService.UpdateExecution][google.cloud.aiplatform.v1beta1.MetadataService.UpdateExecution].
Fields
execution: Option<Execution>
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}
update_mask: Option<FieldMask>
Required. A FieldMask indicating which fields should be updated.
allow_missing: bool
If set to true, and the [Execution][google.cloud.aiplatform.v1beta1.Execution] is not found, a new [Execution][google.cloud.aiplatform.v1beta1.Execution]
will be created. In this situation, update_mask
is ignored.
Trait Implementations
impl Clone for UpdateExecutionRequest
[src][+]
impl Debug for UpdateExecutionRequest
[src][+]
impl Default for UpdateExecutionRequest
[src][+]
impl Message for UpdateExecutionRequest
[src][+]
impl PartialEq<UpdateExecutionRequest> for UpdateExecutionRequest
[src][+]
impl StructuralPartialEq for UpdateExecutionRequest
[src]
Auto Trait Implementations
impl RefUnwindSafe for UpdateExecutionRequest
impl Send for UpdateExecutionRequest
impl Sync for UpdateExecutionRequest
impl Unpin for UpdateExecutionRequest
impl UnwindSafe for UpdateExecutionRequest
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T> Instrument for T
[src][+]
impl<T> Instrument for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> IntoRequest<T> for T
[src][+]
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
[src][+]
V: MultiLane<T>,