#[non_exhaustive]pub struct UpdateBatchPredictionOutput { /* private fields */ }
Expand description
Represents the output of an UpdateBatchPrediction
operation.
You can see the updated content by using the GetBatchPrediction
operation.
Implementations§
source§impl UpdateBatchPredictionOutput
impl UpdateBatchPredictionOutput
sourcepub fn batch_prediction_id(&self) -> Option<&str>
pub fn batch_prediction_id(&self) -> Option<&str>
The ID assigned to the BatchPrediction
during creation. This value should be identical to the value of the BatchPredictionId
in the request.
source§impl UpdateBatchPredictionOutput
impl UpdateBatchPredictionOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateBatchPredictionOutput
.
Trait Implementations§
source§impl Clone for UpdateBatchPredictionOutput
impl Clone for UpdateBatchPredictionOutput
source§fn clone(&self) -> UpdateBatchPredictionOutput
fn clone(&self) -> UpdateBatchPredictionOutput
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 UpdateBatchPredictionOutput
impl Debug for UpdateBatchPredictionOutput
source§impl PartialEq<UpdateBatchPredictionOutput> for UpdateBatchPredictionOutput
impl PartialEq<UpdateBatchPredictionOutput> for UpdateBatchPredictionOutput
source§fn eq(&self, other: &UpdateBatchPredictionOutput) -> bool
fn eq(&self, other: &UpdateBatchPredictionOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.