#[non_exhaustive]pub struct GetBatchPredictionInput { /* private fields */ }
Implementations§
source§impl GetBatchPredictionInput
impl GetBatchPredictionInput
sourcepub fn batch_prediction_id(&self) -> Option<&str>
pub fn batch_prediction_id(&self) -> Option<&str>
An ID assigned to the BatchPrediction
at creation.
source§impl GetBatchPredictionInput
impl GetBatchPredictionInput
sourcepub fn builder() -> GetBatchPredictionInputBuilder
pub fn builder() -> GetBatchPredictionInputBuilder
Creates a new builder-style object to manufacture GetBatchPredictionInput
.
source§impl GetBatchPredictionInput
impl GetBatchPredictionInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetBatchPrediction, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<GetBatchPrediction, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetBatchPrediction
>
Trait Implementations§
source§impl Clone for GetBatchPredictionInput
impl Clone for GetBatchPredictionInput
source§fn clone(&self) -> GetBatchPredictionInput
fn clone(&self) -> GetBatchPredictionInput
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 GetBatchPredictionInput
impl Debug for GetBatchPredictionInput
source§impl PartialEq<GetBatchPredictionInput> for GetBatchPredictionInput
impl PartialEq<GetBatchPredictionInput> for GetBatchPredictionInput
source§fn eq(&self, other: &GetBatchPredictionInput) -> bool
fn eq(&self, other: &GetBatchPredictionInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for GetBatchPredictionInput
Auto Trait Implementations§
impl RefUnwindSafe for GetBatchPredictionInput
impl Send for GetBatchPredictionInput
impl Sync for GetBatchPredictionInput
impl Unpin for GetBatchPredictionInput
impl UnwindSafe for GetBatchPredictionInput
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