pub struct GetMLModelInput {
pub ml_model_id: String,
pub verbose: Option<bool>,
}Fields§
§ml_model_id: StringThe ID assigned to the MLModel at creation.
verbose: Option<bool>Specifies whether the GetMLModel operation should return Recipe.
If true, Recipe is returned.
If false, Recipe is not returned.
Trait Implementations§
Source§impl Clone for GetMLModelInput
impl Clone for GetMLModelInput
Source§fn clone(&self) -> GetMLModelInput
fn clone(&self) -> GetMLModelInput
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 GetMLModelInput
impl Debug for GetMLModelInput
Source§impl Default for GetMLModelInput
impl Default for GetMLModelInput
Source§fn default() -> GetMLModelInput
fn default() -> GetMLModelInput
Returns the “default value” for a type. Read more
Source§impl PartialEq for GetMLModelInput
impl PartialEq for GetMLModelInput
Source§impl Serialize for GetMLModelInput
impl Serialize for GetMLModelInput
impl StructuralPartialEq for GetMLModelInput
Auto Trait Implementations§
impl Freeze for GetMLModelInput
impl RefUnwindSafe for GetMLModelInput
impl Send for GetMLModelInput
impl Sync for GetMLModelInput
impl Unpin for GetMLModelInput
impl UnwindSafe for GetMLModelInput
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