Struct gapi_grpc::google::cloud::aiplatform::v1::UpdateSpecialistPoolOperationMetadata[][src]

pub struct UpdateSpecialistPoolOperationMetadata {
    pub specialist_pool: String,
    pub generic_metadata: Option<GenericOperationMetadata>,
}

Runtime operation metadata for [SpecialistPoolService.UpdateSpecialistPool][google.cloud.aiplatform.v1.SpecialistPoolService.UpdateSpecialistPool].

Fields

specialist_pool: String

Output only. The name of the SpecialistPool to which the specialists are being added. Format: projects/{project_id}/locations/{location_id}/specialistPools/{specialist_pool}

generic_metadata: Option<GenericOperationMetadata>

The operation generic information.

Trait Implementations

impl Clone for UpdateSpecialistPoolOperationMetadata[src]

impl Debug for UpdateSpecialistPoolOperationMetadata[src]

impl Default for UpdateSpecialistPoolOperationMetadata[src]

impl Message for UpdateSpecialistPoolOperationMetadata[src]

impl PartialEq<UpdateSpecialistPoolOperationMetadata> for UpdateSpecialistPoolOperationMetadata[src]

impl StructuralPartialEq for UpdateSpecialistPoolOperationMetadata[src]

Auto Trait Implementations

impl RefUnwindSafe for UpdateSpecialistPoolOperationMetadata

impl Send for UpdateSpecialistPoolOperationMetadata

impl Sync for UpdateSpecialistPoolOperationMetadata

impl Unpin for UpdateSpecialistPoolOperationMetadata

impl UnwindSafe for UpdateSpecialistPoolOperationMetadata

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]