pub struct Builder { /* private fields */ }
Expand description
A builder for UpdateMlModelOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn ml_model_id(self, input: impl Into<String>) -> Self
pub fn ml_model_id(self, input: impl Into<String>) -> Self
The ID assigned to the MLModel
during creation. This value should be identical to the value of the MLModelID
in the request.
sourcepub fn set_ml_model_id(self, input: Option<String>) -> Self
pub fn set_ml_model_id(self, input: Option<String>) -> Self
The ID assigned to the MLModel
during creation. This value should be identical to the value of the MLModelID
in the request.
sourcepub fn build(self) -> UpdateMlModelOutput
pub fn build(self) -> UpdateMlModelOutput
Consumes the builder and constructs a UpdateMlModelOutput
.