#[non_exhaustive]pub struct DeleteBatchPredictionOutput { /* private fields */ }
Expand description
Represents the output of a DeleteBatchPrediction
operation.
You can use the GetBatchPrediction
operation and check the value of the Status
parameter to see whether a BatchPrediction
is marked as DELETED
.
Implementations§
source§impl DeleteBatchPredictionOutput
impl DeleteBatchPredictionOutput
sourcepub fn batch_prediction_id(&self) -> Option<&str>
pub fn batch_prediction_id(&self) -> Option<&str>
A user-supplied ID that uniquely identifies the BatchPrediction
. This value should be identical to the value of the BatchPredictionID
in the request.
source§impl DeleteBatchPredictionOutput
impl DeleteBatchPredictionOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteBatchPredictionOutput
.
Trait Implementations§
source§impl Clone for DeleteBatchPredictionOutput
impl Clone for DeleteBatchPredictionOutput
source§fn clone(&self) -> DeleteBatchPredictionOutput
fn clone(&self) -> DeleteBatchPredictionOutput
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 DeleteBatchPredictionOutput
impl Debug for DeleteBatchPredictionOutput
source§impl PartialEq<DeleteBatchPredictionOutput> for DeleteBatchPredictionOutput
impl PartialEq<DeleteBatchPredictionOutput> for DeleteBatchPredictionOutput
source§fn eq(&self, other: &DeleteBatchPredictionOutput) -> bool
fn eq(&self, other: &DeleteBatchPredictionOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.