#[non_exhaustive]pub struct GetBatchPredictionInput { /* private fields */ }
Implementations§
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
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetBatchPredictionInput
.
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.
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 ==
.