#[non_exhaustive]pub struct DeleteBatchPredictionInput { /* private fields */ }
Implementations§
source§impl DeleteBatchPredictionInput
impl DeleteBatchPredictionInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteBatchPrediction, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteBatchPrediction, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteBatchPrediction
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteBatchPredictionInput
.
source§impl DeleteBatchPredictionInput
impl DeleteBatchPredictionInput
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
.
Trait Implementations§
source§impl Clone for DeleteBatchPredictionInput
impl Clone for DeleteBatchPredictionInput
source§fn clone(&self) -> DeleteBatchPredictionInput
fn clone(&self) -> DeleteBatchPredictionInput
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 DeleteBatchPredictionInput
impl Debug for DeleteBatchPredictionInput
source§impl PartialEq<DeleteBatchPredictionInput> for DeleteBatchPredictionInput
impl PartialEq<DeleteBatchPredictionInput> for DeleteBatchPredictionInput
source§fn eq(&self, other: &DeleteBatchPredictionInput) -> bool
fn eq(&self, other: &DeleteBatchPredictionInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.