pub struct Builder { /* private fields */ }
Expand description
A builder for CreateBatchPredictionOutput
.
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 is 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 is identical to the value of the BatchPredictionId
in the request.
sourcepub fn build(self) -> CreateBatchPredictionOutput
pub fn build(self) -> CreateBatchPredictionOutput
Consumes the builder and constructs a CreateBatchPredictionOutput
.