pub struct Builder { /* private fields */ }
Expand description
A builder for DeleteBatchPredictionInput
.
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
.
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
.
sourcepub fn build(self) -> Result<DeleteBatchPredictionInput, BuildError>
pub fn build(self) -> Result<DeleteBatchPredictionInput, BuildError>
Consumes the builder and constructs a DeleteBatchPredictionInput
.