pub struct ModelOverview {
pub model_reference: ModelReference,
pub creation_time: i64,
pub last_modified_time: u64,
pub model_type: Option<ModelType>,
}Fields§
§model_reference: ModelReferenceRequired. Unique identifier for this model.
creation_time: i64Output only. The time when this model was created, in millisecs since the epoch.
last_modified_time: u64Output only. The time when this model was last modified, in millisecs since the epoch.
model_type: Option<ModelType>Output only. Type of the model resource.
Trait Implementations§
Source§impl Clone for ModelOverview
impl Clone for ModelOverview
Source§fn clone(&self) -> ModelOverview
fn clone(&self) -> ModelOverview
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ModelOverview
impl Debug for ModelOverview
Source§impl<'de> Deserialize<'de> for ModelOverview
impl<'de> Deserialize<'de> for ModelOverview
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for ModelOverview
impl PartialEq for ModelOverview
Source§impl Serialize for ModelOverview
impl Serialize for ModelOverview
impl StructuralPartialEq for ModelOverview
Auto Trait Implementations§
impl Freeze for ModelOverview
impl RefUnwindSafe for ModelOverview
impl Send for ModelOverview
impl Sync for ModelOverview
impl Unpin for ModelOverview
impl UnwindSafe for ModelOverview
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
Source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T in a tonic::Request