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

pub struct AnnotationSpec {
    pub name: String,
    pub display_name: String,
    pub create_time: Option<Timestamp>,
    pub update_time: Option<Timestamp>,
    pub etag: String,
}

Identifies a concept with which DataItems may be annotated with.

Fields

name: String

Output only. Resource name of the AnnotationSpec.

display_name: String

Required. The user-defined name of the AnnotationSpec. The name can be up to 128 characters long and can be consist of any UTF-8 characters.

create_time: Option<Timestamp>

Output only. Timestamp when this AnnotationSpec was created.

update_time: Option<Timestamp>

Output only. Timestamp when AnnotationSpec was last updated.

etag: String

Optional. Used to perform consistent read-modify-write updates. If not set, a blind “overwrite” update happens.

Trait Implementations

impl Clone for AnnotationSpec[src]

impl Debug for AnnotationSpec[src]

impl Default for AnnotationSpec[src]

impl Message for AnnotationSpec[src]

impl PartialEq<AnnotationSpec> for AnnotationSpec[src]

impl StructuralPartialEq for AnnotationSpec[src]

Auto Trait Implementations

impl RefUnwindSafe for AnnotationSpec

impl Send for AnnotationSpec

impl Sync for AnnotationSpec

impl Unpin for AnnotationSpec

impl UnwindSafe for AnnotationSpec

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]