#[non_exhaustive]pub struct CreateBatchPredictionOutput { /* private fields */ }Expand description
Represents the output of a CreateBatchPrediction operation, and is an acknowledgement that Amazon ML received the request.
The CreateBatchPrediction operation is asynchronous. You can poll for status updates by using the >GetBatchPrediction operation and checking the Status parameter of the result.
Implementations§
source§impl CreateBatchPredictionOutput
impl CreateBatchPredictionOutput
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 is identical to the value of the BatchPredictionId in the request.
source§impl CreateBatchPredictionOutput
impl CreateBatchPredictionOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateBatchPredictionOutput.
Trait Implementations§
source§impl Clone for CreateBatchPredictionOutput
impl Clone for CreateBatchPredictionOutput
source§fn clone(&self) -> CreateBatchPredictionOutput
fn clone(&self) -> CreateBatchPredictionOutput
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 CreateBatchPredictionOutput
impl Debug for CreateBatchPredictionOutput
source§impl PartialEq<CreateBatchPredictionOutput> for CreateBatchPredictionOutput
impl PartialEq<CreateBatchPredictionOutput> for CreateBatchPredictionOutput
source§fn eq(&self, other: &CreateBatchPredictionOutput) -> bool
fn eq(&self, other: &CreateBatchPredictionOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.