pub struct Builder { /* private fields */ }
Expand description
A builder for UpdateBatchPredictionInput
.
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
The ID assigned to the BatchPrediction
during creation.
sourcepub fn set_batch_prediction_id(self, input: Option<String>) -> Self
pub fn set_batch_prediction_id(self, input: Option<String>) -> Self
The ID assigned to the BatchPrediction
during creation.
sourcepub fn batch_prediction_name(self, input: impl Into<String>) -> Self
pub fn batch_prediction_name(self, input: impl Into<String>) -> Self
A new user-supplied name or description of the BatchPrediction
.
sourcepub fn set_batch_prediction_name(self, input: Option<String>) -> Self
pub fn set_batch_prediction_name(self, input: Option<String>) -> Self
A new user-supplied name or description of the BatchPrediction
.
sourcepub fn build(self) -> Result<UpdateBatchPredictionInput, BuildError>
pub fn build(self) -> Result<UpdateBatchPredictionInput, BuildError>
Consumes the builder and constructs a UpdateBatchPredictionInput
.