Struct gapi_grpc::google::cloud::bigquery::v2::ModelReference[][src]

pub struct ModelReference {
    pub project_id: String,
    pub dataset_id: String,
    pub model_id: String,
}

Id path of a model.

Fields

project_id: String

Required. The ID of the project containing this model.

dataset_id: String

Required. The ID of the dataset containing this model.

model_id: String

Required. The ID of the model. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 1,024 characters.

Trait Implementations

impl Clone for ModelReference[src]

impl Debug for ModelReference[src]

impl Default for ModelReference[src]

impl Message for ModelReference[src]

impl PartialEq<ModelReference> for ModelReference[src]

impl StructuralPartialEq for ModelReference[src]

Auto Trait Implementations

impl RefUnwindSafe for ModelReference

impl Send for ModelReference

impl Sync for ModelReference

impl Unpin for ModelReference

impl UnwindSafe for ModelReference

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]