pub struct Builder { /* private fields */ }
Expand description
A builder for DeleteBatchPredictionOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn batch_prediction_id(self, input: impl Into<String>) -> Self
pub fn batch_prediction_id(self, input: impl Into<String>) -> Self
A user-supplied ID that uniquely identifies the BatchPrediction
. This value should be identical to the value of the BatchPredictionID
in the request.
sourcepub fn set_batch_prediction_id(self, input: Option<String>) -> Self
pub fn set_batch_prediction_id(self, input: Option<String>) -> Self
A user-supplied ID that uniquely identifies the BatchPrediction
. This value should be identical to the value of the BatchPredictionID
in the request.
sourcepub fn build(self) -> DeleteBatchPredictionOutput
pub fn build(self) -> DeleteBatchPredictionOutput
Consumes the builder and constructs a DeleteBatchPredictionOutput
.