pub struct GetMLTaskRunRequest {
pub task_run_id: String,
pub transform_id: String,
}
Fields§
§task_run_id: String
The unique identifier of the task run.
transform_id: String
The unique identifier of the machine learning transform.
Trait Implementations§
Source§impl Clone for GetMLTaskRunRequest
impl Clone for GetMLTaskRunRequest
Source§fn clone(&self) -> GetMLTaskRunRequest
fn clone(&self) -> GetMLTaskRunRequest
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 GetMLTaskRunRequest
impl Debug for GetMLTaskRunRequest
Source§impl Default for GetMLTaskRunRequest
impl Default for GetMLTaskRunRequest
Source§fn default() -> GetMLTaskRunRequest
fn default() -> GetMLTaskRunRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for GetMLTaskRunRequest
impl PartialEq for GetMLTaskRunRequest
Source§impl Serialize for GetMLTaskRunRequest
impl Serialize for GetMLTaskRunRequest
impl StructuralPartialEq for GetMLTaskRunRequest
Auto Trait Implementations§
impl Freeze for GetMLTaskRunRequest
impl RefUnwindSafe for GetMLTaskRunRequest
impl Send for GetMLTaskRunRequest
impl Sync for GetMLTaskRunRequest
impl Unpin for GetMLTaskRunRequest
impl UnwindSafe for GetMLTaskRunRequest
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