pub struct GetEvaluationInput {
pub evaluation_id: String,
}
Fields§
§evaluation_id: String
The ID of the Evaluation
to retrieve. The evaluation of each MLModel
is recorded and cataloged. The ID provides the means to access the information.
Trait Implementations§
Source§impl Clone for GetEvaluationInput
impl Clone for GetEvaluationInput
Source§fn clone(&self) -> GetEvaluationInput
fn clone(&self) -> GetEvaluationInput
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 Debug for GetEvaluationInput
impl Debug for GetEvaluationInput
Source§impl Default for GetEvaluationInput
impl Default for GetEvaluationInput
Source§fn default() -> GetEvaluationInput
fn default() -> GetEvaluationInput
Returns the “default value” for a type. Read more
Source§impl PartialEq for GetEvaluationInput
impl PartialEq for GetEvaluationInput
Source§impl Serialize for GetEvaluationInput
impl Serialize for GetEvaluationInput
impl StructuralPartialEq for GetEvaluationInput
Auto Trait Implementations§
impl Freeze for GetEvaluationInput
impl RefUnwindSafe for GetEvaluationInput
impl Send for GetEvaluationInput
impl Sync for GetEvaluationInput
impl Unpin for GetEvaluationInput
impl UnwindSafe for GetEvaluationInput
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