#[non_exhaustive]pub struct UpdateBatchPredictionInput { /* private fields */ }
Implementations§
source§impl UpdateBatchPredictionInput
impl UpdateBatchPredictionInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateBatchPrediction, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateBatchPrediction, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateBatchPrediction
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateBatchPredictionInput
.
source§impl UpdateBatchPredictionInput
impl UpdateBatchPredictionInput
sourcepub fn batch_prediction_id(&self) -> Option<&str>
pub fn batch_prediction_id(&self) -> Option<&str>
The ID assigned to the BatchPrediction
during creation.
sourcepub fn batch_prediction_name(&self) -> Option<&str>
pub fn batch_prediction_name(&self) -> Option<&str>
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 PartialEq<UpdateBatchPredictionInput> for UpdateBatchPredictionInput
impl PartialEq<UpdateBatchPredictionInput> for UpdateBatchPredictionInput
source§fn eq(&self, other: &UpdateBatchPredictionInput) -> bool
fn eq(&self, other: &UpdateBatchPredictionInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.