Struct gapi_grpc::google::cloud::aiplatform::v1beta1::UpdateExecutionRequest[][src]

pub struct UpdateExecutionRequest {
    pub execution: Option<Execution>,
    pub update_mask: Option<FieldMask>,
    pub allow_missing: bool,
}

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]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

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]

impl<T> IntoRequest<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]

impl<T> WithSubscriber for T[src]