Struct decthings_api::rpc::model::GetTrainingMetricsParams
source · pub struct GetTrainingMetricsParams<'a> {
pub model_id: &'a str,
pub training_session_id: &'a str,
pub metrics: &'a [TrainingMetricsToFetch<'a>],
}
Fields§
§model_id: &'a str
The model’s id.
training_session_id: &'a str
The training session’s id.
metrics: &'a [TrainingMetricsToFetch<'a>]
Which metrics to fetch
Trait Implementations§
source§impl<'a> Clone for GetTrainingMetricsParams<'a>
impl<'a> Clone for GetTrainingMetricsParams<'a>
source§fn clone(&self) -> GetTrainingMetricsParams<'a>
fn clone(&self) -> GetTrainingMetricsParams<'a>
Returns a copy 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<'a> Debug for GetTrainingMetricsParams<'a>
impl<'a> Debug for GetTrainingMetricsParams<'a>
Auto Trait Implementations§
impl<'a> Freeze for GetTrainingMetricsParams<'a>
impl<'a> RefUnwindSafe for GetTrainingMetricsParams<'a>
impl<'a> Send for GetTrainingMetricsParams<'a>
impl<'a> Sync for GetTrainingMetricsParams<'a>
impl<'a> Unpin for GetTrainingMetricsParams<'a>
impl<'a> UnwindSafe for GetTrainingMetricsParams<'a>
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