pub struct GetBatchPredictionInput {
pub batch_prediction_id: String,
}
Fields§
§batch_prediction_id: String
An ID assigned to the BatchPrediction
at creation.
Trait Implementations§
Source§impl Clone for GetBatchPredictionInput
impl Clone for GetBatchPredictionInput
Source§fn clone(&self) -> GetBatchPredictionInput
fn clone(&self) -> GetBatchPredictionInput
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 GetBatchPredictionInput
impl Debug for GetBatchPredictionInput
Source§impl Default for GetBatchPredictionInput
impl Default for GetBatchPredictionInput
Source§fn default() -> GetBatchPredictionInput
fn default() -> GetBatchPredictionInput
Returns the “default value” for a type. Read more
Source§impl PartialEq for GetBatchPredictionInput
impl PartialEq for GetBatchPredictionInput
Source§impl Serialize for GetBatchPredictionInput
impl Serialize for GetBatchPredictionInput
impl StructuralPartialEq for GetBatchPredictionInput
Auto Trait Implementations§
impl Freeze for GetBatchPredictionInput
impl RefUnwindSafe for GetBatchPredictionInput
impl Send for GetBatchPredictionInput
impl Sync for GetBatchPredictionInput
impl Unpin for GetBatchPredictionInput
impl UnwindSafe for GetBatchPredictionInput
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