pub struct Builder { /* private fields */ }
Expand description
A builder for GetBatchPredictionInput
.
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
An ID assigned to the BatchPrediction
at creation.
sourcepub fn set_batch_prediction_id(self, input: Option<String>) -> Self
pub fn set_batch_prediction_id(self, input: Option<String>) -> Self
An ID assigned to the BatchPrediction
at creation.
sourcepub fn build(self) -> Result<GetBatchPredictionInput, BuildError>
pub fn build(self) -> Result<GetBatchPredictionInput, BuildError>
Consumes the builder and constructs a GetBatchPredictionInput
.