pub struct UpdateBatchPredictionInput {
pub batch_prediction_id: String,
pub batch_prediction_name: String,
}
Fields§
§batch_prediction_id: String
The ID assigned to the BatchPrediction
during creation.
batch_prediction_name: String
A new user-supplied name or description of the BatchPrediction
.
Trait Implementations§
Source§impl Clone for UpdateBatchPredictionInput
impl Clone for UpdateBatchPredictionInput
Source§fn clone(&self) -> UpdateBatchPredictionInput
fn clone(&self) -> UpdateBatchPredictionInput
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 UpdateBatchPredictionInput
impl Debug for UpdateBatchPredictionInput
Source§impl Default for UpdateBatchPredictionInput
impl Default for UpdateBatchPredictionInput
Source§fn default() -> UpdateBatchPredictionInput
fn default() -> UpdateBatchPredictionInput
Returns the “default value” for a type. Read more
impl StructuralPartialEq for UpdateBatchPredictionInput
Auto Trait Implementations§
impl Freeze for UpdateBatchPredictionInput
impl RefUnwindSafe for UpdateBatchPredictionInput
impl Send for UpdateBatchPredictionInput
impl Sync for UpdateBatchPredictionInput
impl Unpin for UpdateBatchPredictionInput
impl UnwindSafe for UpdateBatchPredictionInput
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